Searched refs:thr_table (Results 1 – 2 of 2) sorted by relevance
512 c->thr_table[0].thnd = in start_blocking_thread_internal() 521 if (NULL == c->thr_table[0].thnd) { in start_blocking_thread_internal() 526 if (!SetThreadPriority(c->thr_table[0].thnd, in start_blocking_thread_internal() 531 (*pSetThreadDescription)(c->thr_table[0].thnd, L"ntp_worker");533 resumed = ResumeThread(c->thr_table[0].thnd);535 c->thread_ref = &c->thr_table[0];630 rc = pthread_create(&c->thr_table[0], &thr_attr,639 c->thread_ref = &c->thr_table[0];
128 thread_type thr_table[1]; member