HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 176 - 200 of 374) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /system/core/libsuspend/
autosuspend_wakeup_count.c 164 ret = pthread_create(&suspend_thread, NULL, suspend_thread_func, NULL);
  /system/core/libsync/
sync_test.c 118 pthread_create(&threads[i], NULL, sync_thread, &sync_data[i]);
  /system/core/toolbox/
setconsole.c 134 pthread_create(&thread, &attr, activate_thread, (void*)fd);
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 223 pthread_create(&th, NULL, TSDWorker, NULL);
233 // pthread_create() to spawn the grandchild.
238 pthread_create(&th, NULL, TSDWorker, &test_key);
442 pthread_create(&t[i], 0, (void* (*)(void *x))MallocStress,
463 pthread_create(&t[i], 0, (void* (*)(void *x))ManyThreadsWorker, (void*)i);
718 pthread_create(&t, 0, ThreadStackReuseFunc1, 0);
720 pthread_create(&t, 0, ThreadStackReuseFunc2, 0);
    [all...]
  /external/icu4c/test/intltest/
simplethread.cpp 372 rc = pthread_create(&(imp->fThread),attr,&SimpleThreadProc,(void*)this);
391 rc = pthread_create(&(imp->fThread),&attr,&SimpleThreadProc,(void*)this);
  /external/icu4c/test/threadtest/
threadtest.cpp 117 x = pthread_create( &tId, pthread_attr_default, (pthreadfunc)func, param);
121 x = pthread_create( &tId, &attr, (pthreadfunc)func, param);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 166 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, invocation.get())) {
180 if (pthread_create(&threadHandle, 0, entryPoint, data)) {
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 308 pthread_create(&th1, NULL, do_rwlock_test_rd3_t1, s);
309 pthread_create(&th2, NULL, do_rwlock_test_rd3_t2, s);
  /system/netd/
DnsProxyListener.cpp 50 pthread_create(&mThread, NULL,
218 pthread_create(&mThread, NULL,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 176 pthread_create(&_tmpxthr,NULL,func,closure); }
242 pthread_create(&_tmpxthr,NULL,func,closure); }
251 pthread_create(&_tmpxthr,pthread_attr_default,func,closure); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 176 pthread_create(&_tmpxthr,NULL,func,closure); }
242 pthread_create(&_tmpxthr,NULL,func,closure); }
251 pthread_create(&_tmpxthr,pthread_attr_default,func,closure); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 176 pthread_create(&_tmpxthr,NULL,func,closure); }
242 pthread_create(&_tmpxthr,NULL,func,closure); }
251 pthread_create(&_tmpxthr,pthread_attr_default,func,closure); }
  /bootable/recovery/
ui.cpp 42 // (for pthread_create, and the input event system) need to find it,
56 pthread_create(&input_t, NULL, input_thread, NULL);
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 139 pthread_create(&th, NULL, message_thread, (void *)endpoints);
  /external/chromium/base/threading/
platform_thread_posix.cc 109 success = !pthread_create(thread_handle, &attributes, ThreadFunc, params);
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 80 pthread_create(&thread_, NULL, &Start, this);
  /external/qemu/audio/
audio_pt_int.c 56 err = pthread_create (&p->thread, NULL, func, opaque);
68 efunc = "pthread_create";
  /external/qemu/
qemu-thread.c 163 err = pthread_create(&thread->thread, NULL, start_routine, arg);
  /external/skia/samplecode/
SamplePageFlip.cpp 114 status = pthread_create(&fThreads[i], &attr, draw_proc, &fBitmaps[i]);
  /external/valgrind/main/drd/tests/
pth_broadcast.c 154 pthread_create(&p->m_thread, 0,

Completed in 1318 milliseconds

1 2 3 4 5 6 78 91011>>