Searched refs:lwpid_t (Results 1 – 12 of 12) sorted by relevance
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 14 pub type lwpid_t = c_uint; typedef 713 pub pl_lwpid: lwpid_t, 718 pub pl_lwpid: lwpid_t, 727 pub psi_lwpid: lwpid_t, 2620 pub fn _lwp_self() -> lwpid_t; in _lwp_self() 2711 unpark: crate::lwpid_t, in _lwp_park() argument 2715 pub fn _lwp_unpark(lwp: crate::lwpid_t, hint: *const c_void) -> c_int; in _lwp_unpark() argument 2717 targets: *const crate::lwpid_t, in _lwp_unpark_all() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 190 pub ki_tid: crate::lwpid_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 200 pub ki_tid: crate::lwpid_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 8 pub type lwpid_t = i32; typedef 274 pub kl_tid: crate::lwpid_t, 1528 lwpid: lwpid_t, in lwp_rtprio() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
| H A D | mod.rs | 210 pub ki_tid: crate::lwpid_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
| H A D | mod.rs | 210 pub ki_tid: crate::lwpid_t,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/ |
| H A D | mod.rs | 210 pub ki_tid: crate::lwpid_t,
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | netbsd.txt | 1420 lwpid_t
|
| H A D | dragonfly.txt | 1432 lwpid_t
|
| H A D | freebsd.txt | 2060 lwpid_t
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 12 pub type lwpid_t = __lwpid_t; typedef 355 pub pl_lwpid: lwpid_t, 401 m_owner: crate::lwpid_t, 1459 pub sigev_notify_thread_id: crate::lwpid_t, 4972 pub fn rtprio_thread(function: c_int, lwpid: crate::lwpid_t, rtp: *mut super::rtprio) -> c_int; in rtprio_thread() argument
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 81 pub type lwpid_t = i32; typedef
|