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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.h106 pthread_mutex_t dph_lock; /* lock protecting dph_notify list */
107 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */
111 dt_proc_notify_t *dph_notify; /* list of pending proc notifications */ member in struct:dt_proc_hash
H A Ddt_work.c117 while ((dprn = dph->dph_notify) != NULL) {
127 dph->dph_notify = dprn->dprn_next;
H A Ddt_proc.c219 dprn->dprn_next = dph->dph_notify;
220 dph->dph_notify = dprn;
761 npp = &dph->dph_notify;

Completed in 57 milliseconds