Home
last modified time | relevance | path

Searched refs:chg_info_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c67 static chg_info_t chg = { DEFAULTMUTEX, DEFAULTCV, 0, NULL, NULL, NULL, 0 };
119 waiting_list_add(chg_info_t *info, pid_t pid, thread_t tid, in waiting_list_add()
153 waiting_list_delete(chg_info_t *info, thread_t tid) in waiting_list_delete()
188 waiting_list_cleanup(chg_info_t *chg, thread_t tid) in waiting_list_cleanup()
205 waiting_list_set_cleanup(chg_info_t *info, pid_t pid) in waiting_list_set_cleanup()
517 cleanup_threads(chg_info_t *chg, pid_t pid, cleanup_type_t type) in cleanup_threads()
H A Dcachemgr.h94 } chg_info_t; typedef