HomeSort by relevance Sort by last modified time
    Searched defs:pthread_create (Results 1 - 10 of 10) 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 */
  /bionic/libc/bionic/
pthread_create.cpp 121 "pthread_create sched_setscheduler call failed: %s", strerror(errno));
145 "pthread_create failed: couldn't allocate %zd-byte stack: %s",
153 "pthread_create failed: couldn't mprotect PROT_NONE %zd-byte stack guard region: %s",
162 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
169 // This works because pthread_create() is not called by the C library
175 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: couldn't allocate thread");
231 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", strerror(errno));
  /external/chromium_org/third_party/libwebp/utils/
thread.c 35 static int pthread_create(pthread_t* const thread, const void* attr, function
205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
  /external/libvpx/libvpx/vp8/common/
threading.h 27 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
48 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 38 static int pthread_create(pthread_t* const thread, const void* attr, function
208 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
  /external/webp/src/utils/
thread.c 35 static int pthread_create(pthread_t* const thread, const void* attr, function
205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 24 #pragma weak pthread_create // Do not create libpthread dependency macro
  /external/openssh/
auth-pam.c 178 pthread_create(sp_pthread_t *thread, const void *attr, function
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
  /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 2087 milliseconds