HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 151 - 175 of 1067) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/test/202-thread-oome/src/
Main.java 24 if (!expected.getMessage().startsWith("pthread_create (3GB stack) failed: ")) {
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
browser_dlopen_test.cc 44 pthread_create(&p, NULL, SecondaryThreadFunc, NULL);
  /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);
use_stacks_threaded.cc 27 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
120 pthread_create(&callback_argument->thread_ids[this_thread_index + 1],
170 pthread_create_result = pthread_create(&argument.thread_ids[0], NULL,
184 ASSERT_FALSE(argument.fatal_error); // a pthread_create has failed
  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_local.cc 41 pthread_create(&t[i], 0, Thread, (void*)i);
mini_bench_shared.cc 43 pthread_create(&t[i], 0, Thread, (void*)i);
  /external/compiler-rt/lib/tsan/lit_tests/
atomic_norace.cc 49 pthread_create(&t, 0, Thread, 0);
fd_socket_connect_norace.cc 35 pthread_create(&t, 0, ClientThread, 0);
fd_socket_norace.cc 39 pthread_create(&t, 0, ClientThread, 0);
free_race.c 33 pthread_create(&t, NULL, Thread1, NULL);
java_lock_rec.cc 38 pthread_create(&th, 0, Thread, 0);
java_lock_rec_race.cc 36 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/
annotate_ignore_rw.c 43 pthread_create(&tid, 0, thread_func, 0);
annotate_ignore_write.c 43 pthread_create(&tid, 0, thread_func, 0);
free_is_write.c 47 result = pthread_create(&thread[i], 0, thread_func, 0);
pth_barrier_thr_cr.c 40 res = pthread_create(&tid[i], NULL, thread, NULL);
pth_cond_race.c 46 pthread_create(&threadid, 0, thread_func, 0);
pth_spinlock.c 46 pthread_create(&tid[i], 0, thread_func, 0);
sigalrm.c 75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) {

Completed in 475 milliseconds

1 2 3 4 5 67 8 91011>>