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

<<1112131415

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
pthread.h 139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
  /system/bluetooth/tools/
sock_shutdown_test.c 238 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
  /system/core/libsysutils/src/
SocketListener.cpp 97 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
98 SLOGE("pthread_create (%s)", strerror(errno));
  /external/libvpx/vp8/encoder/
ethreading.c 510 pthread_create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, ethd);
520 pthread_create(&cpi->h_filter_thread, 0, loopfilter_thread, lpfthd);
  /external/valgrind/main/helgrind/tests/
tc06_two_races_xml.stderr.exp 60 <fn>pthread_create@*</fn>
  /hardware/msm7k/librpc/
clnt.c 261 pthread_create(&client->cb_thread,
576 pthread_create(&rx_thread, NULL, rx_context, NULL);
  /external/libusb/examples/
dpfp_threaded.c 485 r = pthread_create(&poll_thread, NULL, poll_thread_main, NULL);
  /external/valgrind/main/drd/tests/
matinv.c 249 pthread_create(&t[i].tid, &attr, (void*(*)(void*))gj_threadfunc, &t[i]);
tsan_thread_wrappers_pthread.h 341 /// Wrapper for pthread_create()/pthread_join().
354 void Start() { CHECK(0 == pthread_create(&t_, NULL, (worker_t)ThreadBody, this));}
  /external/valgrind/unittest/
thread_wrappers_pthread.h 333 /// Wrapper for pthread_create()/pthread_join().
346 void Start() { CHECK(0 == pthread_create(&t_, NULL, (worker_t)ThreadBody, this));}
  /bionic/libc/bionic/
pthread-timers.c 366 if (pthread_create( &timer->thread, &timer->attributes, timer_thread_start, timer ) < 0) {
  /bootable/recovery/minadbd/
sysdeps.h 424 return pthread_create( pthread, &attr, start, arg );
  /bootable/recovery/
screen_ui.cpp 41 // (for pthread_create, and the input event system) need to find it,
336 pthread_create(&progress_t, NULL, progress_thread, NULL);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 270 pthread_create(&android_app->thread, &attr, android_app_entry, android_app);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 285 int error_code = pthread_create(&thread_, &attr, PreRun, init);
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 182 pthread_create(&threads[i], 0,
  /external/protobuf/gtest/test/
gtest_output_test_.cc 858 pthread_create(&tid,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 287 if ( 0 == pthread_create( &threadContext->threadID,
  /frameworks/wilhelm/src/
ThreadPool.c 149 int err = pthread_create(&tp->mThreadArray[i], (const pthread_attr_t *) NULL,

Completed in 1236 milliseconds

<<1112131415