Searched refs:rc_notify_thr (Results 1 – 2 of 2) sorted by relevance
715 assert(cp->rc_insert_thr == 0 && cp->rc_notify_thr == 0); in client_destroy()1724 if (cp->rc_notify_thr != 0) { in client_wait()1730 cp->rc_notify_thr = pthread_self(); in client_wait()1752 assert(cp->rc_notify_thr == pthread_self()); in client_wait()1753 cp->rc_notify_thr = 0; in client_wait()
531 pthread_t rc_notify_thr; /* single thread waiting for notify */ member