Searched refs:th_sig2 (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c220 pthread_t th_work, th_sig1, th_sig2, me; local
299 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
323 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-2.c237 pthread_t th_work, th_sig1, th_sig2; local
314 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
338 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D4-2.c210 pthread_t th_waiter[5], th_worker, th_sig1, th_sig2; local
263 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
275 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D4-2.c238 pthread_t th_work, th_sig1, th_sig2; local
267 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
279 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D4-2.c211 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
261 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
273 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D14-1.c255 pthread_t th_work, th_sig1, th_sig2; local
304 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
316 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-3.c251 pthread_t th_work, th_sig1, th_sig2; local
302 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
319 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A D2-1.c177 pthread_t th_work, th_sig1, th_sig2, me; local
227 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
244 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D4-1.c212 pthread_t th_work, th_sig1, th_sig2; local
289 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
313 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D6-3.c252 pthread_t th_work, th_sig1, th_sig2; local
333 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
357 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A D8-1.c230 pthread_t th_work, th_sig1, th_sig2; local
307 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
331 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D5-3.c246 pthread_t th_work, th_sig1, th_sig2; local
275 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
287 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_once/
H A D6-1.c241 pthread_t th_work, th_sig1, th_sig2; local
318 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
342 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c219 pthread_t th_work, th_sig1, th_sig2, me; local
298 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
322 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c246 pthread_t th_work, th_sig1, th_sig2; local
323 if ( ( ret = pthread_create( &th_sig2, NULL, sendsig, ( void * ) & arg2 ) ) )
347 if ( ( ret = pthread_join( th_sig2, NULL ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-3.c248 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
298 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
310 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D4-1.c234 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
284 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
296 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c288 pthread_t th_work, th_sig1, th_sig2; local
326 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
344 if ((ret = pthread_join(th_sig2, NULL)))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c267 pthread_t th_work, th_sig1, th_sig2; local
314 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2)))
328 if ((ret = pthread_join(th_sig2, NULL)))

Completed in 168 milliseconds