Home
last modified time | relevance | path

Searched refs:threaded (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c84 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 Dfutex_wait03.c26 static void *threaded(void *arg) in threaded() function
46 SAFE_PTHREAD_CREATE(&t, NULL, threaded, (void*)pid); in run()
H A Dfutex_waitv03.c73 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() function
89 SAFE_PTHREAD_CREATE(&t, NULL, threaded, NULL); in run()
H A Dfutex_waitv02.c53 static void *threaded(LTP_ATTRIBUTE_UNUSED void *arg) in threaded() function
69 SAFE_PTHREAD_CREATE(&t, NULL, threaded, NULL); in run()
H A Dfutex_wake02.c49 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 D1-2.c94 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function
123 pthread_create(&child, &scenarii[i].ta, threaded, in main()
H A D4-1.c101 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function
140 pthread_create(&child, &scenarii[i].ta, threaded, in main()
H A D2-2.c105 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function
146 pthread_create(&child, &scenarii[i].ta, threaded, in main()
H A D5-1.c107 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 D2-2.c80 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 D1-2.c96 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 D5-1.c82 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 D1-3.c102 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 D4-1.c110 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 D9-1.c87 static void *threaded(void *arg) in threaded() function
128 ret = pthread_create(&child, NULL, threaded, sem); in main()
H A D7-1.c82 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 D21-1.c51 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 D1-2.c96 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 D1-1.c62 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 D1-2.c110 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function
189 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
H A D3-2.c99 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 D4-1.c52 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 D6-2.c88 static void *threaded(void *arg PTS_ATTRIBUTE_UNUSED) in threaded() function
141 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
H A D6-1.c88 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 Dstress.c105 static void *threaded(void *arg) in threaded() function
192 ret = pthread_create(&th[i], NULL, threaded, &b[i]); in main()

Completed in 10 milliseconds

1234