Searched refs:th_a (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dthread4.c36 pthread_t th_a; local
39 retcode = pthread_create (&th_a, NULL, process, NULL);
44 retcode = pthread_cancel (th_a);
45 retcode = pthread_join (th_a, &retval);
H A Dsig11.c27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig4.c25 pthread_t th_a; local
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig6.c27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig12.c26 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") != 0)
34 || pthread_join (th_a, &retval) != 0)
H A Dsig9.c25 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
31 retcode = pthread_join (th_a, &retval);
H A Dthread3.c29 pthread_t th_a, th_b; local
32 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
38 retcode = pthread_join (th_a, &retval);
H A Dsig10.c27 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsigreturn2.c29 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dex1.c38 pthread_t th_a, th_b; local
41 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
47 retcode = pthread_join (th_a, &retval);
H A Drtsigprocmask1.c30 pthread_t th_a; local
37 retcode = pthread_create (&th_a, NULL, process, NULL);
H A Dthread5.c40 pthread_t th_a; local
47 retcode = pthread_create (&th_a, NULL, process, NULL);
72 retcode = pthread_join (th_a, &retval);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dthread4.c36 pthread_t th_a; local
39 retcode = pthread_create (&th_a, NULL, process, NULL);
44 retcode = pthread_cancel (th_a);
45 retcode = pthread_join (th_a, &retval);
H A Dsig11.c27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig4.c25 pthread_t th_a; local
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig6.c27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig12.c26 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") != 0)
34 || pthread_join (th_a, &retval) != 0)
H A Dsig9.c25 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
31 retcode = pthread_join (th_a, &retval);
H A Dthread3.c29 pthread_t th_a, th_b; local
32 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
38 retcode = pthread_join (th_a, &retval);
H A Dsig10.c27 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsigreturn2.c29 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dex1.c38 pthread_t th_a, th_b; local
41 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
47 retcode = pthread_join (th_a, &retval);
H A Drtsigprocmask1.c30 pthread_t th_a; local
37 retcode = pthread_create (&th_a, NULL, process, NULL);
H A Dthread5.c40 pthread_t th_a; local
47 retcode = pthread_create (&th_a, NULL, process, NULL);
72 retcode = pthread_join (th_a, &retval);

Completed in 122 milliseconds