/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
6-2.c | 93 void *threaded(void *arg) function
|
1-2.c | 94 void *threaded(void *arg) function 123 pthread_create(&child, &scenarii[i].ta, threaded,
|
4-1.c | 106 void *threaded(void *arg) function 145 pthread_create(&child, &scenarii[i].ta, threaded,
|
2-2.c | 105 void *threaded(void *arg) function 145 pthread_create(&child, &scenarii[i].ta, threaded,
|
3-2.c | 115 void *threaded(void *arg) function 178 pthread_create(&child, &scenarii[i].ta, threaded,
|
5-1.c | 112 void *threaded(void *arg) function 173 pthread_create(&child, &scenarii[i].ta, threaded,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
1-2.c | 94 void *threaded(void *arg) function 147 pthread_create(&child, &scenarii[sc].ta, threaded,
|
2-2.c | 97 void *threaded(void *arg) function 164 pthread_create(&child, &scenarii[sc].ta, threaded,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/ |
5-1.c | 82 void *threaded(void *arg) function 143 ret = pthread_create(&th, NULL, threaded, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/ |
2-2.c | 80 void *threaded(void *arg) function 113 ret = pthread_create(&th, NULL, threaded, &sem);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
7-1.c | 82 void *threaded(void *arg) function 121 ret = pthread_create(&thread, NULL, threaded, sem);
|
9-1.c | 87 void *threaded(void *arg) function 128 ret = pthread_create(&child, NULL, threaded, sem);
|
/external/ltp/testcases/kernel/syscalls/futex/ |
futex_wait03.c | 36 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/fork/ |
21-1.c | 51 static void *threaded(void *arg) function 87 ret = pthread_create(&th, NULL, threaded, &ctl);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
15-1.c | 101 void *threaded(void *arg) function
|
1-5.c | 150 void *threaded(void *arg) function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
1-2.c | 51 static void *threaded(void *arg) function 91 threaded, &ts_th);
|
4-1.c | 51 void *threaded(void *arg) function 106 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
1-2.c | 96 void *threaded(void *arg) function 135 ret = pthread_create(&ch, NULL, threaded, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
4-1.c | 93 void *threaded(void *arg) function 191 if ((ret = pthread_create(&child, NULL, threaded, NULL))) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
4-1.c | 110 void *threaded(void *arg) function 164 ret = pthread_create(&child, NULL, threaded, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
6-1.c | 88 void *threaded(void *arg) function 139 ret = pthread_create(&ch[i], NULL, threaded, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
1-1.c | 62 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/ |
1-2.c | 110 void *threaded(void *arg) function 189 ret = pthread_create(&ch, NULL, threaded, NULL);
|
3-2.c | 99 void *threaded(void *arg) function 176 ret = pthread_create(&ch, NULL, threaded, NULL);
|