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

  /external/gemmlowp/profiling/
pthread_everywhere.h 48 inline void pthread_create(pthread_t *thread, std::nullptr_t, function in namespace:gemmlowp
  /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
  /external/jemalloc_new/src/
mutex.c 26 * We intercept pthread_create() calls in order to toggle isthreaded if the
32 pthread_create(pthread_t *__restrict thread, function
  /external/libcxx/src/
thread.cpp 32 #pragma weak pthread_create // Do not create libpthread dependency macro
  /bionic/libc/bionic/
pthread_create.cpp 179 "pthread_create sched_getscheduler failed: %s", strerror(errno));
184 "pthread_create sched_getparam failed: %s", strerror(errno));
200 "pthread_create sched_setscheduler(%d, {%d}) call failed: %s", policy,
239 "pthread_create failed: couldn't allocate %zu-bytes mapped space: %s",
248 "pthread_create failed: couldn't mprotect R+W %zu-byte thread mapping region: %s",
344 // A dummy start routine for pthread_create failures where we've created a thread but aren't
353 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
358 ScopedTrace trace("pthread_create");
409 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s",
  /external/adhd/cras/src/tests/
cras_client_unittest.cc 345 int pthread_create(pthread_t *thread, function
iodev_unittest.cc 2181 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
    [all...]
  /external/libaom/libaom/aom_util/
aom_thread.h 72 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
247 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 74 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
254 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
  /external/webp/src/utils/
thread_utils.c 75 static int pthread_create(pthread_t* const thread, const void* attr, function
285 ok = !pthread_create(&impl->thread_, NULL, ThreadLoop, worker);
  /external/dng_sdk/source/
dng_pthread.h 195 #define pthread_create dng_pthread_create macro
  /external/openssh/
auth-pam.c 187 pthread_create(sp_pthread_t *thread, const void *attr, function
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
  /external/ImageMagick/MagickCore/
vms.h 799 #define pthread_create macro
    [all...]

Completed in 469 milliseconds