Searched refs:lwpid_t (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | procfs.h | 56 typedef pid_t lwpid_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | procfs.h | 56 typedef pid_t lwpid_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | procfs.h | 56 typedef pid_t lwpid_t; typedef
|
/third_party/musl/include/sys/ |
H A D | procfs.h | 56 typedef pid_t lwpid_t; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 205 pub ki_tid: ::lwpid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 205 pub ki_tid: ::lwpid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 198 pub ki_tid: ::lwpid_t,
|
/third_party/python/Python/ |
H A D | thread_pthread.h | 353 lwpid_t native_id; in PyThread_get_thread_native_id()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 189 pub ki_tid: ::lwpid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 6 pub type lwpid_t = i32; types 274 pub kl_tid: ::lwpid_t, 1625 lwpid: lwpid_t, in lwp_rtprio()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 11 pub type lwpid_t = ::c_uint; types 675 pub pl_lwpid: lwpid_t, 680 pub pl_lwpid: lwpid_t, 689 pub psi_lwpid: lwpid_t, 2716 pub fn _lwp_self() -> lwpid_t; in _lwp_self()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 974 pub type type_of_thread_id = libc::lwpid_t;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 10 pub type lwpid_t = __lwpid_t; types 335 pub pl_lwpid: lwpid_t, 370 m_owner: ::lwpid_t, 1066 pub sigev_notify_thread_id: ::lwpid_t, 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/solid/ |
H A D | mod.rs | 89 pub type lwpid_t = i32; types
|
Completed in 29 milliseconds