Searched refs:thr_table (Results 1 – 2 of 2) sorted by relevance
518 c->thr_table[0].thnd = in start_blocking_thread_internal()527 if (NULL == c->thr_table[0].thnd) { in start_blocking_thread_internal()532 if (!SetThreadPriority(c->thr_table[0].thnd, in start_blocking_thread_internal()536 resumed = ResumeThread(c->thr_table[0].thnd); in start_blocking_thread_internal()538 c->thread_ref = &c->thr_table[0]; in start_blocking_thread_internal()620 rc = pthread_create(&c->thr_table[0], &thr_attr,629 c->thread_ref = &c->thr_table[0];
128 thread_type thr_table[1]; member