Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/compat/
Dw32pthreads.h49 typedef struct pthread_t { struct
54 } pthread_t; argument
Dos2threads.h49 } pthread_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dother.rs3 pub type pthread_t = ::c_ulong; typedef
Dl4re.rs7 pub type pthread_t = *mut ::c_void; typedef
/third_party/python/Include/cpython/
Dpthread_stubs.h38 typedef unsigned pthread_t; typedef
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp44 typedef HANDLE pthread_t; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dsolaris.rs98 pub fn pthread_getattr_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs215 native: *mut ::pthread_t, in pthread_create()
242 native: ::pthread_t, in pthread_getschedparam()
248 native: ::pthread_t, in pthread_setschedparam()
/third_party/musl/include/
Dalltypes.h.in54 TYPEDEF unsigned long pthread_t; variable
56 TYPEDEF struct __pthread * pthread_t; variable
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h165 #define pthread_t dng_pthread_t macro
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs94 native: *mut ::pthread_t, in pthread_create()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c24 typedef HANDLE pthread_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h264 typedef unsigned long pthread_t; typedef
270 typedef struct __pthread * pthread_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h261 typedef unsigned long pthread_t; typedef
267 typedef struct __pthread * pthread_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h261 typedef unsigned long pthread_t; typedef
267 typedef struct __pthread * pthread_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h261 typedef unsigned long pthread_t; typedef
267 typedef struct __pthread * pthread_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h325 typedef long pthread_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs6 pub type pthread_t = ::uintptr_t; typedef
784 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
827 native: *mut ::pthread_t, in pthread_create()
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs25 pub type pthread_t = ::c_ulong; typedef
696 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2642 pub fn pthread_getname_np(t: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np()
2644 t: ::pthread_t, in pthread_setname_np()
2648 pub fn pthread_attr_get_np(thread: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_get_np()
2649 pub fn pthread_getattr_np(native: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_getattr_np()
2660 thread: ::pthread_t, in pthread_getaffinity_np()
2665 thread: ::pthread_t, in pthread_setaffinity_np()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1473 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid()
1559 pub fn pthread_attr_get_np(tid: ::pthread_t, attr: *mut ::pthread_attr_t) -> ::c_int; in pthread_attr_get_np()
1617 pub fn pthread_get_name_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t); in pthread_get_name_np()
1618 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np()
1620 native: ::pthread_t, in pthread_setschedparam()
1625 native: ::pthread_t, in pthread_getschedparam()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs30 pub type pthread_t = *mut ::c_void; typedef
1008 tid: *mut ::pthread_t, in pthread_create()
1034 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs43 pub type pthread_t = ::c_int; typedef
2779 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio()
2816 native: ::pthread_t, in pthread_getschedparam()
2882 native: ::pthread_t, in pthread_setschedparam()
2913 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
2956 native: *mut ::pthread_t, in pthread_create()
3056 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid()
3095 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::c_int) -> ::c_int; in pthread_getname_np()
3096 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4041 thread: ::pthread_t, in pthread_getaffinity_np()
4046 thread: ::pthread_t, in pthread_setaffinity_np()
4050 pub fn pthread_setschedprio(native: ::pthread_t, priority: ::c_int) -> ::c_int; in pthread_setschedprio()
4132 native: ::pthread_t, in pthread_getschedparam()
4223 native: ::pthread_t, in pthread_setschedparam()
4267 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
4309 native: *mut ::pthread_t, in pthread_create()
4467 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid()
4476 pub fn pthread_getname_np(thread: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int; in pthread_getname_np()
4477 pub fn pthread_setname_np(thread: ::pthread_t, name: *const ::c_char) -> ::c_int; in pthread_setname_np()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1799 pub fn pthread_get_name_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t); in pthread_get_name_np()
1800 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np()
1801 pub fn pthread_stackseg_np(thread: ::pthread_t, sinfo: *mut ::stack_t) -> ::c_int; in pthread_stackseg_np()

12