Searched refs:chg_cleanup_waiting_threads (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h120 extern void *chg_cleanup_waiting_threads(void *arg);
H A Dcachemgr_change.c531 chg_cleanup_waiting_threads(void *arg) function
581 if (thr_create(NULL, 0, chg_cleanup_waiting_threads,
H A Dcachemgr.c597 if (thr_create(NULL, 0, chg_cleanup_waiting_threads,
599 logit("thr_create() chg_cleanup_waiting_threads call failed\n");
602 "chg_cleanup_waiting_threads call failed"));

Completed in 48 milliseconds