HomeSort by: relevance | last modified time | path
    Searched refs:th_a (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread4.c 36 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);
sig11.c 27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig4.c 25 pthread_t th_a; local
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig6.c 27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig12.c 26 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") != 0)
34 || pthread_join (th_a, &retval) != 0)
sig9.c 25 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
31 retcode = pthread_join (th_a, &retval);
thread3.c 29 pthread_t th_a, th_b; local
32 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
38 retcode = pthread_join (th_a, &retval);
sig10.c 27 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sigreturn2.c 29 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
ex1.c 38 pthread_t th_a, th_b; local
41 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
47 retcode = pthread_join (th_a, &retval);
rtsigprocmask1.c 30 pthread_t th_a; local
37 retcode = pthread_create (&th_a, NULL, process, NULL);
thread5.c 40 pthread_t th_a; local
47 retcode = pthread_create (&th_a, NULL, process, NULL);
72 retcode = pthread_join (th_a, &retval);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
thread4.c 36 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);
sig11.c 27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig4.c 25 pthread_t th_a; local
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig6.c 27 pthread_t th_a; local
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sig12.c 26 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") != 0)
34 || pthread_join (th_a, &retval) != 0)
sig9.c 25 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
31 retcode = pthread_join (th_a, &retval);
thread3.c 29 pthread_t th_a, th_b; local
32 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
38 retcode = pthread_join (th_a, &retval);
sig10.c 27 pthread_t th_a; local
29 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
sigreturn2.c 29 pthread_t th_a; local
30 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
ex1.c 38 pthread_t th_a, th_b; local
41 retcode = pthread_create (&th_a, NULL, process, (void *) "a");
47 retcode = pthread_join (th_a, &retval);
rtsigprocmask1.c 30 pthread_t th_a; local
37 retcode = pthread_create (&th_a, NULL, process, NULL);
thread5.c 40 pthread_t th_a; local
47 retcode = pthread_create (&th_a, NULL, process, NULL);
72 retcode = pthread_join (th_a, &retval);

Completed in 34 milliseconds