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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c108 static void reaper(nsc_ctx_t *);
1122 * This function starts the revalidation and reaper threads
1147 * kick off the reaper thread (if necessary)
1150 if (thr_create(NULL, NULL, (void *(*)(void *))reaper,
1154 (me, "thr_create (reaper thread for %s): %s\n",
1611 * start the revalidation and reaper threads
1670 * start the revalidation and reaper threads
2176 * The reaper (when invoked) will return the cache to a
2185 reaper(nsc_ctx_t *ctx) function
2190 char *me = "reaper";
[all...]

Completed in 48 milliseconds