Home
last modified time | relevance | path

Searched refs:thread_join_count (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c262 int thread_join_count; variable
271 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()