HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 101 - 125 of 709) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
  /external/compiler-rt/lib/tsan/lit_tests/
race_on_barrier.c 24 pthread_create(&t, NULL, Thread1, NULL);
race_on_barrier2.c 25 pthread_create(&t, NULL, Thread1, NULL);
suppress_same_stacks.cc 19 pthread_create(&t, 0, Thread1, 0);
write_in_reader_lock.cc 22 pthread_create(&t, 0, Thread1, 0);
benign_race.cc 31 pthread_create(&t, 0, Thread, 0);
free_race.c 33 pthread_create(&t, NULL, Thread1, NULL);
ignore_race.cc 24 pthread_create(&t, 0, Thread, 0);
java_alloc.cc 25 pthread_create(&th, 0, Thread, (void*)(jheap + kHeapSize / 4));
java_lock.cc 25 pthread_create(&th, 0, Thread, 0);
java_race_move.cc 23 pthread_create(&th, 0, Thread, 0);
java_rwlock.cc 25 pthread_create(&th, 0, Thread, 0);
signal_errno.cc 29 pthread_create(&th, 0, sendsignal, 0);
simple_stack2.cc 40 pthread_create(&t, NULL, Thread1, NULL);
  /external/valgrind/main/drd/tests/
pth_barrier_race.c 35 pthread_create(&tid, NULL, thread, NULL);
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
tc22_exit_w_lock.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
20 by 0x........: pthread_create@* (hg_intercepts.c:...)
  /system/extras/tests/bionic/libc/common/
test_clock.c 42 pthread_create(&thread, NULL, cpu_hog, NULL);
  /external/valgrind/main/none/tests/
pth_cvsimple.c 67 pthread_create(&threads[0], NULL, watch_count, NULL);
69 pthread_create(&threads[1], NULL, inc_count, NULL);
70 pthread_create(&threads[2], NULL, inc_count, NULL);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
browser_dlopen_test.cc 44 pthread_create(&p, NULL, SecondaryThreadFunc, NULL);
  /external/chromium_org/third_party/re2/util/
thread.cc 27 pthread_create(&pid_, 0, startThread, this);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
init-order-dlopen.cc 42 pthread_create(&p, 0, global_poller, 0);
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
disabler_in_tsd_destructor.cc 33 res = pthread_create(&thread_id, 0, thread_func, 0);
fork_threaded.cc 22 res = pthread_create(&tid, 0, exit_thread_func, 0);
use_registers.cc 42 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);

Completed in 260 milliseconds

1 2 3 45 6 7 8 91011>>