HomeSort by relevance Sort by last modified time
    Searched refs:clone_errno (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pthread_create.cpp 259 int clone_errno = errno; local
268 return clone_errno;
  /external/libchrome/sandbox/linux/suid/
sandbox.c 242 const int clone_errno = errno; local
307 fprintf(stderr, " but failed: errno = %s\n", strerror(clone_errno));
  /bionic/tests/
sched_test.cpp 54 TEST(sched, clone_errno) {

Completed in 1535 milliseconds