Home
last modified time | relevance | path

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

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