Searched refs:rc_notify_thr (Results 1 – 2 of 2) sorted by relevance
713 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()1720 if (cp->rc_notify_thr != 0) { in client_wait()1726 cp->rc_notify_thr = pthread_self(); in client_wait()1748 assert(cp->rc_notify_thr == pthread_self()); in client_wait()1749 cp->rc_notify_thr = 0; in client_wait()
532 pthread_t rc_notify_thr; /* single thread waiting for notify */ member