Searched refs:start_num (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-1.c29 int start_num = 0; variable
41 start_num ++;
81 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D2-1.c30 int start_num = 0; variable
43 start_num ++;
90 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D4-1.c29 int start_num = 0; variable
42 start_num ++;
80 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D2-2.c33 int start_num = 0; variable
48 start_num ++;
104 while (start_num < THREAD_NUM) /* waiting for all threads started */
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-1.c32 int start_num = 0; variable
56 start_num ++;
96 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D2-1.c33 int start_num = 0; variable
57 start_num ++;
119 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D2-2.c33 int start_num = 0; variable
48 start_num ++;
119 while (start_num < THREAD_NUM) /* waiting for all threads started */
H A D4-1.c32 int start_num = 0; variable
56 start_num ++;
94 while (start_num < THREAD_NUM) /* waiting for all threads started */

Completed in 94 milliseconds