Home
last modified time | relevance | path

Searched defs:lwpid_t (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprocfs.h56 typedef pid_t lwpid_t; typedef
/third_party/musl/include/sys/
Dprocfs.h56 typedef pid_t lwpid_t; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprocfs.h56 typedef pid_t lwpid_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprocfs.h56 typedef pid_t lwpid_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs6 pub type lwpid_t = i32; typedef
1625 lwpid: lwpid_t, in lwp_rtprio()
/third_party/rust/crates/libc/src/solid/
Dmod.rs89 pub type lwpid_t = i32; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs10 pub type lwpid_t = __lwpid_t; typedef
4109 pub fn rtprio_thread(function: ::c_int, lwpid: ::lwpid_t, rtp: *mut super::rtprio) -> ::c_int; in rtprio_thread()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs11 pub type lwpid_t = ::c_uint; typedef