/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
H A D | stress.c | 84 static void *threaded(void *arg) in threaded() function 163 ret = pthread_create(&child1, NULL, threaded, named); in main() 169 ret = pthread_create(&child2, NULL, threaded, &unnamed); in main()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_wait03.c | 26 static void *threaded(void *arg) in threaded() function 46 SAFE_PTHREAD_CREATE(&t, NULL, threaded, (void*)pid); in run()
|
H A D | futex_waitv03.c | 73 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() function 89 SAFE_PTHREAD_CREATE(&t, NULL, threaded, NULL); in run()
|
H A D | futex_waitv02.c | 53 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() function 69 SAFE_PTHREAD_CREATE(&t, NULL, threaded, NULL); in run()
|
H A D | futex_wake02.c | 49 static void *threaded(void *arg) in threaded() function 68 SAFE_PTHREAD_CREATE(&t[i], NULL, threaded, (void*)((long)i)); in do_child()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
H A D | 1-2.c | 94 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 123 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
H A D | 4-1.c | 101 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 140 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
H A D | 2-2.c | 105 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 146 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
H A D | 5-1.c | 107 static void *threaded(void *arg) in threaded() function 169 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/ |
H A D | 2-2.c | 80 static void *threaded(void *arg) in threaded() function 113 ret = pthread_create(&th, NULL, threaded, &sem); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
H A D | 1-2.c | 96 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 135 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/ |
H A D | 5-1.c | 82 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 143 ret = pthread_create(&th, NULL, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 1-3.c | 102 static void *threaded(void *arg) in threaded() function 132 ret = pthread_create(&th[i], NULL, threaded, &myctl); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 4-1.c | 110 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 164 ret = pthread_create(&child, NULL, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 9-1.c | 87 static void *threaded(void *arg) in threaded() function 128 ret = pthread_create(&child, NULL, threaded, sem); in main()
|
H A D | 7-1.c | 82 static void *threaded(void *arg) in threaded() function 121 ret = pthread_create(&thread, NULL, threaded, sem); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 21-1.c | 51 static void *threaded(void *arg) in threaded() function 87 ret = pthread_create(&th, NULL, threaded, &ctl); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 1-2.c | 96 static void *threaded(void *arg) in threaded() function 149 pthread_create(&child, &scenarii[sc].ta, threaded, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
H A D | 1-1.c | 62 static void *threaded(void *arg) in threaded() function 82 ret = pthread_create(&child_thread, NULL, threaded, &hispid); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 1-2.c | 110 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 189 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
H A D | 3-2.c | 99 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 176 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 4-1.c | 52 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 107 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
H A D | 6-2.c | 88 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 141 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
H A D | 6-1.c | 88 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function 139 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
H A D | stress.c | 105 static void *threaded(void *arg) in threaded() function 192 ret = pthread_create(&th[i], NULL, threaded, &b[i]); in main()
|