Searched refs:threaded (Results 1 - 25 of 68) 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 D4-1.c114 void *threaded(void *arg) function
153 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 D5-1.c120 void *threaded(void *arg) function
181 pthread_create(&child, &scenarii[i].ta, threaded,
/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);
H A Dfutex_wake02.c59 static void *threaded(void *arg) function
76 res = pthread_create(&t[i], NULL, threaded, (void*)((long)i));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
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_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_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/pthread_once/
H A D1-3.c104 void *threaded(void *arg) function
134 ret = pthread_create(&th[i], NULL, threaded, &myctl);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D4-1.c113 void *threaded(void *arg) function
167 ret = pthread_create(&child, 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/open_posix_testsuite/conformance/interfaces/sigwait/
H A D6-1.c90 void *threaded(void *arg) function
141 ret = pthread_create(&ch[i], NULL, threaded, NULL);
H A D6-2.c90 void *threaded(void *arg) function
143 ret = pthread_create(&ch[i], NULL, threaded, NULL);
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c84 void *threaded(void *arg) function
163 ret = pthread_create(&child1, NULL, threaded, named);
169 ret = pthread_create(&child2, NULL, threaded, &unnamed);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_16-1.in106 void * threaded ( void * arg )
166 ret = pthread_create( &child, 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_detach/
H A D1-2.c101 void *threaded(void *arg) function
154 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);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dstress.c108 void *threaded(void *arg) function
195 ret = pthread_create(&th[i], NULL, threaded, &b[i]);

Completed in 334 milliseconds

123