Lines Matching refs:thread_ref
300 if (NULL == c->thread_ref)
424 c->thread_ref != NULL &&
510 c->thread_ref = NULL;
535 c->thread_ref = &c->thr_table[0];
551 c->thread_ref = NULL;
628 c->thread_ref = emalloc_zero(sizeof(*c->thread_ref));
639 c->thread_ref = &c->thr_table[0];
907 if (c->thread_ref && c->thread_ref->thnd) {
908 WaitForSingleObject(c->thread_ref->thnd, INFINITE);
909 INSIST(CloseHandle(c->thread_ref->thnd));
910 c->thread_ref->thnd = NULL;
913 c->thread_ref = NULL;