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

1 2 3 4

  /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,
4-1.c 114 void *threaded(void *arg) function
153 pthread_create(&child, &scenarii[i].ta, threaded,
2-2.c 113 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/kernel/syscalls/futex/
futex_wait03.c 36 static void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) function
53 res = pthread_create(&t, NULL, threaded, NULL);
futex_wake02.c 59 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/
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_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/pthread_once/
1-3.c 104 void *threaded(void *arg) function
134 ret = pthread_create(&th[i], NULL, threaded, &myctl);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
4-1.c 113 void *threaded(void *arg) function
167 ret = pthread_create(&child, 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/open_posix_testsuite/conformance/interfaces/sigwait/
6-1.c 90 void *threaded(void *arg) function
141 ret = pthread_create(&ch[i], NULL, threaded, NULL);
6-2.c 90 void *threaded(void *arg) function
143 ret = pthread_create(&ch[i], NULL, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 84 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/
template_16-1.in 106 void * threaded ( void * arg )
166 ret = pthread_create( &child, 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_detach/
1-2.c 101 void *threaded(void *arg) function
154 pthread_create(&child, &scenarii[sc].ta, threaded,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
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/stress/threads/pthread_cancel/
stress.c 108 void *threaded(void *arg) function
195 ret = pthread_create(&th[i], NULL, threaded, &b[i]);

Completed in 810 milliseconds

1 2 3 4