Searched refs:threaded (Results 26 - 50 of 68) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c140 void *threaded(void *arg) function
217 ret = pthread_create(&ch, NULL, threaded, NULL);
H A D4-1.c160 void *threaded(void *arg) function
229 ret = pthread_create(&ch, NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
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_exit/
H A D3-2.c123 void *threaded(void *arg) function
186 pthread_create(&child, &scenarii[i].ta, threaded,
H A D6-1.c116 void *threaded(void *arg) function
263 ret = pthread_create(&child, &scenarii[sc].ta, threaded, &ctl);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D1-2.c52 static void *threaded(void *arg) function
92 threaded, &ts_th);
H A D6-3.c117 static void *threaded(void *arg) function
139 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))) {
H A D5-1.c110 void *threaded(void *arg) function
213 if ((ret = pthread_create(&th, NULL, threaded, NULL))) {
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dstress.c92 void *threaded(void *arg) function
196 ret = pthread_create(&threads[i], NULL, threaded, (void *)i);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c118 void *threaded(void *arg) function
187 ret = pthread_create(&th[i], NULL, threaded, &bar);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c108 void *threaded(void *arg) function
H A D14-1.c175 void *threaded(void *arg) function
216 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
H A D1-5.c157 void *threaded(void *arg) function
/external/curl/docs/examples/
H A DMakefile.inc41 opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
/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/sigaction/
H A D16-1.c114 void *threaded(void *arg) function
166 errno = pthread_create(&child, NULL, threaded, s);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dstress.c84 void *threaded(void *arg) function
240 ret = pthread_create(&threads[i], NULL, threaded, (void *)i);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dstress.c133 void *threaded(void *arg) function
185 &scenarii[sc].ta, threaded,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dstress.c103 void *threaded(void *arg) function
268 ret = pthread_create(&th[i], NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c1.c112 void *threaded(void *arg) function
257 ret = pthread_create(&th, &tha, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dstress.c120 void *threaded(void *arg) function
216 threaded, &ids[sc]);
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c116 bool threaded = false; local
136 threaded = true;
374 if (threaded) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-5.c81 void *threaded(void *arg) function
310 pthread_create(&th[j], NULL, threaded,
H A D2-6.c149 void *threaded(void *arg) function
365 ret = pthread_create(&th, NULL, threaded, NULL);

Completed in 994 milliseconds

123