Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dwait.h29 #define __WCLONE 0x80000000 macro
/aosp12/bionic/tests/
H A Dsched_test.cpp37 ASSERT_EQ(tid, TEMP_FAILURE_RETRY(waitpid(tid, &status, __WCLONE))); in TEST()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp285 if (TEMP_FAILURE_RETRY(waitpid(first, &status, __WCLONE)) != first) { in create_vm_process()