Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c261 thread_join_t *thread_join_data; variable
279 switch (thread_join_data[tid].state) { in pthread_join()
281 thread_join_data[tid].state = pthreads_st_exited_waited; in pthread_join()
282 *status = thread_join_data[tid].status; in pthread_join()
284 COND_SIGNAL(&thread_join_data[tid].cond); in pthread_join()
292 int state = (int)thread_join_data[tid].status; in pthread_join()
294 thread_join_data[tid].state = pthreads_st_none; in pthread_join()
305 thread_join_data[tid].state = pthreads_st_waited; in pthread_join()
306 thread_join_data[tid].status = (void *)status; in pthread_join()
307 COND_INIT(&thread_join_data[tid].cond); in pthread_join()
[all …]