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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_proc.h89 pthread_mutex_t dph_lock; /* lock protecting dph_notify list */
90 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */
91 dt_proc_notify_t *dph_notify; /* list of pending proc notifications */ member in struct:dt_proc_hash
H A Ddt_work.c95 while ((dprn = dph->dph_notify) != NULL) {
105 dph->dph_notify = dprn->dprn_next;
H A Ddt_proc.c249 dprn->dprn_next = dph->dph_notify;
250 dph->dph_notify = dprn;
810 npp = &dph->dph_notify;

Completed in 131 milliseconds