Searched defs:pthread_create (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dpthread_create.cpp106 "pthread_create sched_setscheduler call failed: %s", strerror(errno));
123 "pthread_create failed: couldn't allocate %zu-bytes mapped space: %s",
132 "pthread_create failed: couldn't mprotect PROT_NONE %zu-byte stack guard region: %s",
204 // A dummy start routine for pthread_create failures where we've created a thread but aren't
211 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, function
267 __libc_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", strerror(errno));

Completed in 60 milliseconds