HomeSort by relevance Sort by last modified time
    Searched refs:th_sig1 (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 203 pthread_t th_work, th_sig1, th_sig2, me; local
267 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
284 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-2.c 180 pthread_t th_waiter[5], th_worker, th_sig1, th_sig2; local
235 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1);
250 ret = pthread_join(th_sig1, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 223 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
279 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
295 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 187 pthread_t th_work, th_sig1, th_sig2, me; local
242 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
258 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 169 pthread_t th_work, th_sig1, th_sig2; local
226 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1);
245 ret = pthread_join(th_sig1, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 210 pthread_t th_work, th_sig1, th_sig2; local
272 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
289 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 218 pthread_t th_work, th_sig1, th_sig2; local
280 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
297 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 200 pthread_t th_work, th_sig1, th_sig2, me; local
264 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
281 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 225 pthread_t th_work, th_sig1, th_sig2; local
287 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
304 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 113 pthread_t th_sig1; local
124 SAFE_PFUNC(pthread_create(&th_sig1, &attr, sendsig, NULL));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-3.c 234 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
290 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
306 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
4-1.c 246 pthread_t th_waiter, th_worker, th_sig1, th_sig2; local
302 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
318 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 216 pthread_t th_work, th_sig1; local
248 ret = pthread_create(&th_sig1, NULL, sendsig, &arg1);
271 ret = pthread_join(th_sig1, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
3-1.c 279 pthread_t th_work, th_sig1, th_sig2; local
326 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
348 if ((ret = pthread_join(th_sig1, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
4-3.c 304 pthread_t th_work, th_sig1, th_sig2; local
357 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
373 if ((ret = pthread_join(th_sig1, NULL))) {

Completed in 205 milliseconds