Searched refs:shared_errno (Results 1 – 1 of 1) sorted by relevance
31 static int *shared_errno; variable44 *shared_errno = 0; in subprocess()46 *shared_errno = errno; in subprocess()55 *shared_errno = -1; in probe_lock()57 if (*shared_errno == 0) in probe_lock()64 TEST_COMPARE (*shared_errno, EAGAIN); in probe_lock()72 shared_errno = support_shared_allocate (sizeof (*shared_errno)); in do_test()96 support_shared_free (shared_errno); in do_test()
Completed in 2 milliseconds