Searched refs:thread_join_count (Results 1 – 1 of 1) sorted by relevance
262 int thread_join_count; variable271 if (tid < 1 || tid >= thread_join_count) { in pthread_join()355 if (tid >= thread_join_count) { in pthread_startit()356 int oc = thread_join_count; in pthread_startit()358 thread_join_count = tid + 5 + tid/5; in pthread_startit()360 Renew(thread_join_data, thread_join_count, thread_join_t); in pthread_startit()361 Zero(thread_join_data + oc, thread_join_count - oc, thread_join_t); in pthread_startit()363 Newxz(thread_join_data, thread_join_count, thread_join_t); in pthread_startit()442 if (tid < 1 || tid >= thread_join_count) { in pthread_detach()