Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dwait.h27 #define __WNOTHREAD 0x20000000 macro
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1453 rc = waitpid(-1, &status, WNOHANG | __WALL | __WNOTHREAD); in TEST()
1461 rc = TEMP_FAILURE_RETRY(waitpid(-1, &status, __WALL | __WNOTHREAD)); in TEST()