Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dwait.h55 #define WTERMSIG(x) (_WSTATUS(x)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c303 #define WTERMSIG(u_wait) ((u_wait).w_termsig) macro