Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c224 pthreads_st_none = 0, enumerator
294 thread_join_data[tid].state = pthreads_st_none; in pthread_join()
366 if (thread_join_data[tid].state != pthreads_st_none) { in pthread_startit()
387 thread_join_data[tid].state = pthreads_st_none; in pthread_startit()
391 thread_join_data[tid].state = pthreads_st_none; in pthread_startit()
401 thread_join_data[tid].state = pthreads_st_none; /* Ready to reuse */ in pthread_startit()
470 thread_join_data[tid].state = pthreads_st_none; in pthread_detach()