Home
last modified time | relevance | path

Searched refs:init_errno (Results 1 – 1 of 1) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_create.cpp448 int init_errno = __init_thread(thread); in pthread_create() local
449 if (init_errno != 0) { in pthread_create()
456 return init_errno; in pthread_create()