| /external/valgrind/main/helgrind/tests/ |
| free_is_write.stderr.exp | 8 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| hg03_inherit.stderr.exp | 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
|
| annotate_hbefore.c | 255 r= pthread_create( &t1, NULL, &thread_fn, (void*)&w ); assert(!r); 256 r= pthread_create( &t2, NULL, &thread_fn, (void*)&w ); assert(!r); 333 r= pthread_create( &t1, NULL, &thread_fn1, (void*)&w ); assert(!r); 334 r= pthread_create( &t2, NULL, &thread_fn2, (void*)&w ); assert(!r);
|
| /system/core/fastbootd/ |
| transport.c | 132 pthread_create(&thread, &attr, transport_data_thread, thandle); 148 pthread_create(&thread, &attr, transport_connect_thread, transport);
|
| /device/asus/flo/camera/QCamera2/util/ |
| QCameraCmdThread.cpp | 87 pthread_create(&cmd_pid,
|
| /external/chromium_org/ppapi/tests/ |
| pp_thread.h | 75 return (pthread_create(thread,
|
| /external/chromium_org/third_party/sfntly/cpp/src/test/ |
| platform_thread.cc | 72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
|
| /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);
|
| atomic_race.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);
|
| unaligned_norace.cc | 77 pthread_create(&th, 0, Thread, 0);
|
| /external/qemu/ |
| compatfd.c | 97 pthread_create(&tid, &attr, sigwait_compat, info);
|
| /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
| SDL_systhread.c | 64 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
|
| /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
| SDL_systhread.c | 91 if ( pthread_create(&thread->handle, &type, RunThread, args) != 0 ) {
|
| /external/sfntly/cpp/src/test/ |
| platform_thread.cc | 72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
|
| /external/v8/test/cctest/ |
| test-platform-linux.cc | 58 int thread_created = pthread_create(&other,
|
| test-platform-nullos.cc | 58 int thread_created = pthread_create(&other,
|
| /external/valgrind/main/drd/tests/ |
| bug-235681.c | 63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
|
| 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);
|
| sem_open.c | 85 pthread_create(&threadid, 0, thread_func, 0);
|
| sigalrm.c | 75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) {
|