Home
last modified time | relevance | path

Searched refs:P_LWPID (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dwaitid_types.h41 #if defined(P_LWPID) || (defined(HAVE_DECL_P_LWPID) && HAVE_DECL_P_LWPID)
42 XLAT(P_LWPID),
Dwaitid_types.in9 P_LWPID
/external/strace/
Dconfigure.ac634 P_LWPID
Dconfig.h.in384 /* Define to 1 if you have the declaration of `P_LWPID', and to 0 if you
Dconfigure12390 ac_fn_c_check_decl "$LINENO" "P_LWPID" "ac_cv_have_decl_P_LWPID" "#include <sys/wait.h>
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1106 pub const P_LWPID: idtype_t = 8; constant