HomeSort by relevance Sort by last modified time
    Searched defs:threaded (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
1-2.c 101 void *threaded(void *arg) function
154 pthread_create(&child, &scenarii[sc].ta, threaded,
2-2.c 104 void *threaded(void *arg) function
171 pthread_create(&child, &scenarii[sc].ta, threaded,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
6-2.c 101 void *threaded(void *arg) function
1-2.c 102 void *threaded(void *arg) function
131 pthread_create(&child, &scenarii[i].ta, threaded,
2-2.c 113 void *threaded(void *arg) function
153 pthread_create(&child, &scenarii[i].ta, threaded,
3-2.c 123 void *threaded(void *arg) function
186 pthread_create(&child, &scenarii[i].ta, threaded,
4-1.c 114 void *threaded(void *arg) function
153 pthread_create(&child, &scenarii[i].ta, threaded,
5-1.c 120 void *threaded(void *arg) function
181 pthread_create(&child, &scenarii[i].ta, threaded,
  /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 53 static void *threaded(void *arg) function
89 ret = pthread_create(&th, NULL, threaded, &ctl);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
15-1.c 108 void *threaded(void *arg) function
1-5.c 157 void *threaded(void *arg) function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
1-2.c 52 static void *threaded(void *arg) function
92 threaded, &ts_th);
4-1.c 53 void *threaded(void *arg) function
108 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
1-2.c 98 void *threaded(void *arg) function
137 ret = pthread_create(&ch, NULL, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
5-1.c 89 void *threaded(void *arg) function
150 ret = pthread_create(&th, 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 112 void *threaded(void *arg) function
191 ret = pthread_create(&ch, NULL, threaded, NULL);
3-2.c 101 void *threaded(void *arg) function
178 ret = pthread_create(&ch, NULL, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-3.c 70 static void *threaded(void *arg) function
159 ret = pthread_create(&child, &ta, threaded, &bar);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
4-1.c 100 void *threaded(void *arg) function
198 if ((ret = pthread_create(&child, NULL, threaded, NULL))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
1-3.c 104 void *threaded(void *arg) function
134 ret = pthread_create(&th[i], NULL, threaded, &myctl);

Completed in 997 milliseconds

1 2 3