HomeSort by relevance Sort by last modified time
    Searched defs:pthread_create (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 45 pthread_create (pthread_t * tid, function
163 * an 'attr' arg to pthread_create() is equivalent to defaulting to
169 * If the thread that called pthread_create() is a Win32 thread
308 } /* pthread_create */
  /external/jemalloc/src/
mutex.c 29 * We intercept pthread_create() calls in order to toggle isthreaded if the
41 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
44 "\"pthread_create\")\n");
52 pthread_create(pthread_t *__restrict thread, function
  /bionic/libc/bionic/
pthread_create.cpp 91 "pthread_create sched_setscheduler call failed: %s", strerror(errno));
112 "pthread_create failed: couldn't allocate %zd-byte stack: %s",
120 "pthread_create failed: couldn't mprotect PROT_NONE %zd-byte stack guard region: %s",
147 // A dummy start routine for pthread_create failures where we've created a thread but aren't
154 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
163 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: couldn't allocate thread");
234 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", strerror(errno));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
52 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
  /external/libvpx/libvpx/vp8/common/
threading.h 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
52 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
52 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_thread.h 47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, function
  /external/chromium_org/third_party/libwebp/utils/
thread.c 55 static int pthread_create(pthread_t* const thread, const void* attr, function
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
  /external/libcxx/src/
thread.cpp 24 #pragma weak pthread_create // Do not create libpthread dependency macro
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, function
  /external/webp/src/utils/
thread.c 55 static int pthread_create(pthread_t* const thread, const void* attr, function
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 24 #pragma weak pthread_create // Do not create libpthread dependency macro
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1016 #define pthread_create macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1016 #define pthread_create macro
    [all...]

Completed in 61 milliseconds