Searched refs:thr_table (Results 1 – 2 of 2) sorted by relevance
514 c->thr_table[0].thnd = in start_blocking_thread_internal()523 if (NULL == c->thr_table[0].thnd) { in start_blocking_thread_internal()528 if (!SetThreadPriority(c->thr_table[0].thnd, in start_blocking_thread_internal()533 (*pSetThreadDescription)(c->thr_table[0].thnd, L"ntp_worker"); in start_blocking_thread_internal()535 resumed = ResumeThread(c->thr_table[0].thnd); in start_blocking_thread_internal()537 c->thread_ref = &c->thr_table[0]; in start_blocking_thread_internal()632 rc = pthread_create(&c->thr_table[0], &thr_attr,641 c->thread_ref = &c->thr_table[0];
130 thread_type thr_table[1]; member