Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c259 } thread_join_t; typedef
261 thread_join_t *thread_join_data;
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()