Searched defs:threaded (Results 1 - 25 of 55) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-2.c101 void *threaded(void *arg) function
H A D1-2.c102 void *threaded(void *arg) function
131 pthread_create(&child, &scenarii[i].ta, threaded,
H A D2-2.c113 void *threaded(void *arg) function
153 pthread_create(&child, &scenarii[i].ta, threaded,
H A D3-2.c123 void *threaded(void *arg) function
186 pthread_create(&child, &scenarii[i].ta, threaded,
H A D4-1.c114 void *threaded(void *arg) function
153 pthread_create(&child, &scenarii[i].ta, threaded,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D11-1.c49 static void *threaded(void *arg) function
96 ret = pthread_create(&ch, NULL, threaded, NULL);
H A D21-1.c53 static void *threaded(void *arg) function
89 ret = pthread_create(&th, NULL, threaded, &ctl);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D1-2.c101 void *threaded(void *arg) function
154 pthread_create(&child, &scenarii[sc].ta, threaded,
H A D2-2.c104 void *threaded(void *arg) function
171 pthread_create(&child, &scenarii[sc].ta, threaded,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D4-1.c53 void *threaded(void *arg) function
108 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
H A D1-2.c52 static void *threaded(void *arg) function
92 threaded, &ts_th);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
H A D5-1.c89 void *threaded(void *arg) function
150 ret = pthread_create(&th, NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
H A D2-2.c80 void *threaded(void *arg) function
113 ret = pthread_create(&th, NULL, threaded, &sem);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D7-1.c82 void *threaded(void *arg) function
121 ret = pthread_create(&thread, NULL, threaded, sem);
H A D9-1.c87 void *threaded(void *arg) function
128 ret = pthread_create(&child, NULL, threaded, sem);
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wait03.c36 static void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) function
53 res = pthread_create(&t, NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
H A D1-1.c62 static void *threaded(void *arg) function
82 ret = pthread_create(&child_thread, NULL, threaded, &hispid);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D1-2.c112 void *threaded(void *arg) function
191 ret = pthread_create(&ch, NULL, threaded, NULL);
H A D3-2.c101 void *threaded(void *arg) function
178 ret = pthread_create(&ch, NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c157 void *threaded(void *arg) function
H A D15-1.c108 void *threaded(void *arg) function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c70 static void *threaded(void *arg) function
159 ret = pthread_create(&child, &ta, threaded, &bar);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D1-2.c98 void *threaded(void *arg) function
137 ret = pthread_create(&ch, NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D4-1.c100 void *threaded(void *arg) function
198 if ((ret = pthread_create(&child, NULL, threaded, NULL))) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D1-3.c104 void *threaded(void *arg) function
134 ret = pthread_create(&th[i], NULL, threaded, &myctl);

Completed in 895 milliseconds

123