Searched defs:threads (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c32 * threads that do nothing except iterate over these handles and
44 * whatever is needed because no other threads will have references.
45 * Key to this scheme is the fact that the worker threads must not do
72 uint32_t sc_nthread; /* # of threads */
74 uint32_t sc_nworkers; /* total count of worker threads */
325 * All possible threads are busy for this particular
396 * This lets us avoid creating lots of threads unless we actually need
424 shadcons_dprintf(scp, "spawning %d worker threads\n", scp->sc_nthread);
485 * We need to drop the lock while signaling other threads or else we
487 * previous round of threads i
735 uint64_t threads, throttle; local
[all...]

Completed in 22 milliseconds