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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
pth_exit.c 14 pthread_create(&a, NULL, th, NULL);
15 pthread_create(&a, NULL, th, NULL);
16 pthread_create(&a, NULL, th, NULL);
17 pthread_create(&a, NULL, th, NULL);
  /external/compiler-rt/test/tsan/
race_on_heap.cc 28 pthread_create(&t[0], 0, AllocThread, 0);
31 pthread_create(&t[0], 0, Thread1, (char*)p + 16);
32 pthread_create(&t[1], 0, Thread2, (char*)p + 16);
47 // CHECK: #0 pthread_create
thread_leak4.c 11 pthread_create(&t, 0, Thread, 0);
race_on_puts.cc 21 pthread_create(&th[0], 0, Thread0, 0);
22 pthread_create(&th[1], 0, Thread1, 0);
stack_race2.cc 13 pthread_create(&t, 0, Thread2, &Var);
23 pthread_create(&t, 0, Thread, 0);
tls_race2.cc 13 pthread_create(&t, 0, Thread2, &Var);
23 pthread_create(&t, 0, Thread, 0);
atomic_free3.cc 14 pthread_create(&t, 0, Thread, a);
fd_tid_recycled.cc 31 pthread_create(&t_create, NULL, ThreadCreatePipe, NULL);
36 pthread_create(&t_dummy, NULL, ThreadDummy, NULL);
41 pthread_create(&t[0], NULL, ThreadWrite, NULL);
42 pthread_create(&t[1], NULL, ThreadClose, NULL);
setuid.c 25 pthread_create(&th, 0, thread, 0);
sleep_sync2.cc 16 pthread_create(&t, 0, Thread, 0);
stack_race.cc 14 pthread_create(&t, 0, Thread, &Var);
thread_detach.c 12 pthread_create(&t, 0, Thread, 0);
thread_end_with_ignore.cc 14 pthread_create(&t, 0, Thread, 0);
19 // CHECK: #0 pthread_create
thread_leak.c 11 pthread_create(&t, 0, Thread, 0);
thread_leak2.c 11 pthread_create(&t, 0, Thread, 0);
thread_leak3.c 12 pthread_create(&t, 0, Thread, 0);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
4-1-buildonly.c 10 pthread_create(pthread_t *restrict, const pthread_attr_t *restrict,
25 pthread_create(&a_thread, NULL, thread_function, NULL);
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_android_runtime.cpp 37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
1-2.c 36 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
42 if (pthread_create(&new_th2, NULL, a_thread_func, NULL) != 0) {
  /external/valgrind/helgrind/tests/
hg04_race.c 19 pthread_create(&a, NULL, th, NULL);
21 pthread_create(&b, NULL, th, NULL);
filter_stderr_solaris 3 # Replace pthread_create with pthread_create@* which is expected on Linux
4 s/pthread_create \(hg_intercepts.c:/pthread_create@* \(hg_intercepts.c:/g;
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_android_runtime.cpp 37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
threadpanic_unix.c 24 if(pthread_create(&t, 0, die, 0) != 0)
25 printf("pthread_create failed\n");
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadpanic_unix.c 24 if(pthread_create(&t, 0, die, 0) != 0)
25 printf("pthread_create failed\n");
  /external/compiler-rt/test/tsan/Darwin/
osspinlock-norace.cc 20 pthread_create(&t[0], NULL, Thread, NULL);
21 pthread_create(&t[1], NULL, Thread, NULL);

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 91011>>