Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp401 int clone_errno = errno; in pthread_create() local
410 strerror(clone_errno)); in pthread_create()
411 return clone_errno; in pthread_create()
/bionic/tests/
Dsched_test.cpp54 TEST(sched, clone_errno) { in TEST() argument