OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__WNOTHREAD
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
wait.h
22
#define
__WNOTHREAD
0x20000000
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
wait.h
22
#define
__WNOTHREAD
0x20000000
/system/core/debuggerd/
debuggerd_test.cpp
572
rc = waitpid(-1, &status, WNOHANG | __WALL |
__WNOTHREAD
);
580
rc = waitpid(-1, &status, __WALL |
__WNOTHREAD
);
Completed in 282 milliseconds
1
2
3
4
5