Searched
full:pthread_create (Results
276 -
300 of
1509) sorted by null
<<11121314151617181920>>
/external/valgrind/helgrind/tests/ |
locked_vs_unlocked2.c | 61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r); 62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
|
rwlock_race.stderr.exp | 6 by 0x........: pthread_create@* (hg_intercepts.c:...) 13 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
tls_threads.c | 69 pthread_create(&threads[curthread++], NULL, level2, NULL); 88 pthread_create(&threads[curthread++], NULL, level1, NULL);
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_darwin_amd64.c | 97 err = pthread_create(&p, &attr, threadentry, ts); 102 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_darwin_amd64.c | 97 err = pthread_create(&p, &attr, threadentry, ts); 102 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
/system/extras/memory_replay/tests/ |
ThreadTest.cpp | 55 ASSERT_TRUE(pthread_create(&thread_id, nullptr, ThreadWaitForReady, &thread_data) == 0); 83 ASSERT_TRUE(pthread_create(&thread_id, nullptr, ThreadWaitForPending, &thread_data) == 0);
|
/art/test/202-thread-oome/src/ |
Main.java | 24 if (!expected.getMessage().startsWith("pthread_create (3GB stack) failed: ")) {
|
/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/test/asan/TestCases/Posix/ |
current_allocated_bytes.cc | 32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0));
|
/external/compiler-rt/test/lsan/TestCases/ |
cleanup_in_tsd_destructor.c | 38 res = pthread_create(&thread_id, 0, thread_func, 0);
|
disabler_in_tsd_destructor.c | 34 res = pthread_create(&thread_id, 0, thread_func, 0);
|
fork_threaded.cc | 22 res = pthread_create(&tid, 0, exit_thread_func, 0);
|
high_allocator_contention.cc | 41 pthread_create(&tid[i], 0, thread_fun, 0);
|
use_stacks_threaded.cc | 28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
|
/external/compiler-rt/test/tsan/Darwin/ |
gcd-once.mm | 44 pthread_create(&t[i], 0, Thread, 0);
|
/external/compiler-rt/test/tsan/ |
atomic_norace.cc | 49 pthread_create(&t, 0, Thread, 0);
|
barrier.cc | 35 pthread_create(&th[i], 0, thr, (void*)(long)i);
|
bench.h | 49 pthread_create(&th[i], 0, (void*(*)(void*))f, (void*)(long)i);
|
cond_cancel.c | 42 pthread_create(&th, 0, thr1, 0);
|
cond_destruction.cc | 30 pthread_create(&th, 0, thr, 0);
|
deep_stack1.cc | 35 pthread_create(&t, &a, Thread, 0);
|
dl_iterate_phdr.cc | 39 pthread_create(&th, 0, thread, 0);
|
fd_socket_connect_norace.cc | 35 pthread_create(&t, 0, ClientThread, 0);
|
Completed in 389 milliseconds
<<11121314151617181920>>