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
  /bionic/libc/bionic/
pthread_create.cpp 64 "pthread_create failed: couldn't allocate TLS: %s", strerror(errno));
75 "pthread_create failed: couldn't mprotect TLS: %s", strerror(errno));
132 "pthread_create sched_getscheduler failed: %s", strerror(errno));
137 "pthread_create sched_getparam failed: %s", strerror(errno));
153 "pthread_create sched_setscheduler(%d, {%d}) call failed: %s", policy,
173 "pthread_create failed: couldn't allocate %zu-bytes mapped space: %s",
182 "pthread_create failed: couldn't mprotect PROT_NONE %zu-byte stack guard region: %s",
260 // A dummy start routine for pthread_create failures where we've created a thread but aren't
269 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
322 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s"
    [all...]
  /external/libcxx/src/
thread.cpp 32 #pragma weak pthread_create // Do not create libpthread dependency macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 32 #pragma weak pthread_create // Do not create libpthread dependency macro
  /external/adhd/cras/src/tests/
cras_client_unittest.cc 340 int pthread_create(pthread_t *thread, function
iodev_unittest.cc 1963 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 74 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
232 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 205 #define pthread_create dng_pthread_create macro
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 31 //go:cgo_import_dynamic libc_pthread_create pthread_create "libc.so"
173 ret = pthread_create(&tid, &attr, funcPC(tstart_sysvicall), unsafe.Pointer(mp))
460 func pthread_create(thread *pthread, attr *pthreadattr, fn uintptr, arg unsafe.Pointer) int32 { func
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 31 //go:cgo_import_dynamic libc_pthread_create pthread_create "libc.so"
173 ret = pthread_create(&tid, &attr, funcPC(tstart_sysvicall), unsafe.Pointer(mp))
460 func pthread_create(thread *pthread, attr *pthreadattr, fn uintptr, arg unsafe.Pointer) int32 { func
  /external/ImageMagick/MagickCore/
vms.h 799 #define pthread_create macro
    [all...]

Completed in 435 milliseconds