Home
last modified time | relevance | path

Searched defs:pthread_t (Results 1 – 25 of 36) sorted by relevance

12

/rust-libc-0.2.174/src/unix/newlib/vita/
H A Dmod.rs182 native: *mut crate::pthread_t, in pthread_create()
209 native: crate::pthread_t, in pthread_getschedparam()
215 native: crate::pthread_t, in pthread_setschedparam()
/rust-libc-0.2.174/src/unix/newlib/horizon/
H A Dmod.rs223 native: *mut crate::pthread_t, in pthread_create()
250 native: crate::pthread_t, in pthread_getschedparam()
256 native: crate::pthread_t, in pthread_setschedparam()
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs19 pub type pthread_t = i32; typedef
582 thread: *mut pthread_t, in pthread_create()
591 pub fn pthread_setname_np(thread: pthread_t, name: *const c_char) -> i32; in pthread_setname_np()
592 pub fn pthread_getname_np(thread: pthread_t, name: *mut c_char, len: usize) -> i32; in pthread_getname_np()
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/
H A Dother.rs5 pub type pthread_t = c_ulong; typedef
H A Dl4re.rs9 pub type pthread_t = *mut c_void; typedef
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs36 pub type pthread_t = c_ulong; typedef
1006 pub fn pthread_join(native: pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join()
1088 native: *mut pthread_t, in pthread_create()
1104 pub fn pthread_setschedprio(native: pthread_t, priority: c_int) -> c_int; in pthread_setschedprio()
1108 pub fn pthread_equal(p1: pthread_t, p2: pthread_t) -> c_int; in pthread_equal()
1118 pub fn pthread_setaffinity_np(td: pthread_t, size: size_t, set: *const cpu_set_t) -> c_int; in pthread_setaffinity_np()
1120 pub fn pthread_getaffinity_np(td: pthread_t, size: size_t, set: *mut cpu_set_t) -> c_int; in pthread_getaffinity_np()
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs44 pub type pthread_t = *mut c_void; typedef
1945 pub fn pthread_kill(thread: pthread_t, sig: c_int) -> c_int; in pthread_kill()
2267 native: *mut pthread_t, in pthread_create()
2273 pub fn pthread_getcpuclockid(thread: pthread_t, clk_id: *mut clockid_t) -> c_int; in pthread_getcpuclockid()
2276 native: pthread_t, in pthread_getschedparam()
2311 native: pthread_t, in pthread_setschedparam()
2316 pub fn pthread_setschedprio(native: pthread_t, priority: c_int) -> c_int; in pthread_setschedprio()
2319 thread: pthread_t, in pthread_getaffinity_np()
2328 thread: pthread_t, in pthread_setaffinity_np()
2333 pub fn pthread_setname_np(thread: pthread_t, name: *const c_char) -> c_int; in pthread_setname_np()
[all …]
/rust-libc-0.2.174/src/unix/newlib/espidf/
H A Dmod.rs102 native: *mut crate::pthread_t, in pthread_create()
/rust-libc-0.2.174/src/unix/solarish/
H A Dsolaris.rs224 pub fn pthread_getattr_np(thread: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; in pthread_getattr_np()
H A Dillumos.rs297 pub fn pthread_attr_get_np(thread: crate::pthread_t, attr: *mut crate::pthread_attr_t) in pthread_attr_get_np()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1525 pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int; in pthread_getcpuclockid()
1614 pub fn pthread_attr_get_np(tid: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; in pthread_attr_get_np()
1670 pub fn pthread_get_name_np(tid: crate::pthread_t, name: *mut c_char, len: size_t); in pthread_get_name_np()
1671 pub fn pthread_set_name_np(tid: crate::pthread_t, name: *const c_char); in pthread_set_name_np()
1673 thread: crate::pthread_t, in pthread_getname_np()
1677 pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; in pthread_setname_np()
1679 native: crate::pthread_t, in pthread_setschedparam()
1684 native: crate::pthread_t, in pthread_getschedparam()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs22 pub type pthread_t = crate::uintptr_t; typedef
1688 thread: *mut crate::pthread_t, in pthread_create()
1732 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue()
1824 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
2084 pub fn pthread_getattr_np(thread: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; in pthread_getattr_np()
2086 thread: crate::pthread_t, in pthread_getname_np()
2090 pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; in pthread_setname_np()
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs8 pub type pthread_t = crate::uintptr_t; typedef
820 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
858 native: *mut crate::pthread_t, in pthread_create()
/rust-libc-0.2.174/src/unix/newlib/rtems/
H A Dmod.rs130 native: *mut crate::pthread_t, in pthread_create()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2564 pub fn pthread_getname_np(t: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; in pthread_getname_np()
2566 t: crate::pthread_t, in pthread_setname_np()
2570 pub fn pthread_attr_get_np(thread: crate::pthread_t, attr: *mut crate::pthread_attr_t) in pthread_attr_get_np()
2572 pub fn pthread_getattr_np(native: crate::pthread_t, attr: *mut crate::pthread_attr_t) -> c_int; in pthread_getattr_np()
2584 thread: crate::pthread_t, in pthread_getaffinity_np()
2589 thread: crate::pthread_t, in pthread_setaffinity_np()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs45 pub type pthread_t = c_int; typedef
2931 pub fn pthread_setschedprio(native: crate::pthread_t, priority: c_int) -> c_int; in pthread_setschedprio()
2968 native: crate::pthread_t, in pthread_getschedparam()
3035 native: crate::pthread_t, in pthread_setschedparam()
3066 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
3106 native: *mut crate::pthread_t, in pthread_create()
3198 pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int; in pthread_getcpuclockid()
3223 pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: c_int) -> c_int; in pthread_getname_np()
3224 pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; in pthread_setname_np()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs45 pub type pthread_t = c_ulong; typedef
1382 pThread: *mut crate::pthread_t, in pthread_create()
1390 native: crate::pthread_t, in pthread_setschedparam()
1397 native: crate::pthread_t, in pthread_getschedparam()
1563 pub fn pthread_join(thread: crate::pthread_t, status: *mut *mut c_void) -> c_int; in pthread_join()
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs32 pub type pthread_t = c_ulong; typedef
936 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs17 pub type pthread_t = *mut c_void; typedef
1151 tid: *mut crate::pthread_t, in pthread_create()
1196 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5425 pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; in pthread_getname_np()
5427 pub fn pthread_from_mach_thread_np(port: crate::mach_port_t) -> crate::pthread_t; in pthread_from_mach_thread_np()
5429 thread: *mut crate::pthread_t, in pthread_create_from_mach_thread()
5456 pub fn pthread_threadid_np(thread: crate::pthread_t, thread_id: *mut u64) -> c_int; in pthread_threadid_np()
5469 thread: crate::pthread_t, in pthread_get_qos_class_np()
5482 thread: crate::pthread_t, in pthread_getschedparam()
5487 thread: crate::pthread_t, in pthread_setschedparam()
5497 thread: crate::pthread_t, in pthread_introspection_setspecific_np()
5502 thread: crate::pthread_t, in pthread_introspection_getspecific_np()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs40 pub type pthread_t = c_uint; typedef
2700 thread: *mut crate::pthread_t, in pthread_create()
2709 thread_id: crate::pthread_t, in pthread_getcpuclockid()
2714 thread: crate::pthread_t, in pthread_getschedparam()
2719 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
2806 thread: crate::pthread_t, in pthread_setschedparam()
2811 pub fn pthread_setschedprio(thread: crate::pthread_t, prio: c_int) -> c_int; in pthread_setschedprio()
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs4 pub type pthread_t = c_ulong; typedef
1223 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1243 pub fn pthread_equal(t1: crate::pthread_t, t2: crate::pthread_t) -> c_int; in pthread_equal()
1248 pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1984 pub fn pthread_get_name_np(tid: crate::pthread_t, name: *mut c_char, len: size_t); in pthread_get_name_np()
1985 pub fn pthread_set_name_np(tid: crate::pthread_t, name: *const c_char); in pthread_set_name_np()
1986 pub fn pthread_stackseg_np(thread: crate::pthread_t, sinfo: *mut crate::stack_t) -> c_int; in pthread_stackseg_np()
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6428 thread: crate::pthread_t, in pthread_getaffinity_np()
6433 thread: crate::pthread_t, in pthread_setaffinity_np()
6437 pub fn pthread_setschedprio(native: crate::pthread_t, priority: c_int) -> c_int; in pthread_setschedprio()
6525 native: crate::pthread_t, in pthread_getschedparam()
6658 native: crate::pthread_t, in pthread_setschedparam()
6692 pub fn pthread_kill(thread: crate::pthread_t, sig: c_int) -> c_int; in pthread_kill()
6729 native: *mut crate::pthread_t, in pthread_create()
6886 pub fn pthread_getcpuclockid(thread: crate::pthread_t, clk_id: *mut crate::clockid_t) -> c_int; in pthread_getcpuclockid()
6895 pub fn pthread_getname_np(thread: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; in pthread_getname_np()
6896 pub fn pthread_setname_np(thread: crate::pthread_t, name: *const c_char) -> c_int; in pthread_setname_np()

12