Home | History | Annotate | Download | only in bionic

Lines Matching defs:pthread_create

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,
322 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s",