Searched refs:thread_ref (Results 1 – 2 of 2) sorted by relevance
300 if (NULL == c->thread_ref) in send_blocking_req_internal()424 c->thread_ref != NULL && in handle_blocking_resp_sem()510 c->thread_ref = NULL; in start_blocking_thread_internal()535 c->thread_ref = &c->thr_table[0]; in start_blocking_thread_internal()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) { in cleanup_after_child()909 INSIST(CloseHandle(c->thread_ref->thnd)); in cleanup_after_child()910 c->thread_ref->thnd = NULL; in cleanup_after_child()[all …]
94 thr_ref thread_ref; /* thread 'handle' */ member