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

<<11121314151617181920>>

  /external/protobuf/gtest/m4/
acx_pthread.m4 174 # while pthread_create is in libc. We check for pthread_attr_init
178 # We try pthread_create on general principles.
182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
  /external/protobuf/m4/
acx_pthread.m4 174 # while pthread_create is in libc. We check for pthread_attr_init
178 # We try pthread_create on general principles.
182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
  /bootable/recovery/
ui.cpp 42 // (for pthread_create, and the input event system) need to find it,
58 pthread_create(&input_t, NULL, input_thread, NULL);
127 pthread_create(&th, NULL, &RecoveryUI::time_key_helper, info);
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 218 INTERCEPTOR(int, pthread_create, void *th, void *attr,
234 int res = REAL(pthread_create)(th, attr, __lsan_thread_start_func, &p);
272 INTERCEPT_FUNCTION(pthread_create);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 113 ASSERT_EQ(0, pthread_create(pthread_id, NULL,
209 ASSERT_EQ(0, pthread_create(&tid, 0, thread_self_offset_test_func, 0));
228 ASSERT_EQ(0, pthread_create(&tid, 0, thread_descriptor_size_test_func, 0));
sanitizer_stoptheworld_testlib.cc 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
standalone_malloc_test.cc 82 pthread_create(&t[i], 0, DeepStack<200>::run, reinterpret_cast<void *>(i));
  /bionic/libc/unistd/
time.c 71 // pthread_create that made us had a memory barrier so clock_start is defined
  /external/bison/lib/glthread/
threadlib.c 49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_stream.cc 64 pthread_create(&thread, NULL, StreamThreadThunk, this);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 68 * the most recent pthread_setschedparam() or pthread_create()
  /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/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.cpp 75 int ret = pthread_create(&(pthreadData->fPThread),
  /external/compiler-rt/lib/tsan/lit_tests/
atomic_race.cc 49 pthread_create(&t, 0, Thread, 0);
unaligned_norace.cc 77 pthread_create(&th, 0, Thread, 0);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
  /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/skia/src/utils/
SkThreadUtils_pthread.cpp 75 int ret = pthread_create(&(pthreadData->fPThread),
  /external/valgrind/main/drd/tests/
pth_barrier.c 92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
rwlock_test.c 90 err = pthread_create(&tid[i], &attr, thread_func, 0);
sem_open.c 85 pthread_create(&threadid, 0, thread_func, 0);
  /external/valgrind/main/
glibc-2.4.supp 250 MVL-401-linuxthreads-pthread_create
253 fun:pthread_create
256 MVL-401-linuxthreads-pthread_create
260 fun:pthread_create

Completed in 638 milliseconds

<<11121314151617181920>>