| /third_party/ffmpeg/compat/ |
| D | w32pthreads.h | 49 typedef struct pthread_t { struct 54 } pthread_t; argument
|
| D | os2threads.h | 49 } pthread_t; typedef
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
| D | other.rs | 3 pub type pthread_t = ::c_ulong; typedef
|
| D | l4re.rs | 7 pub type pthread_t = *mut ::c_void; typedef
|
| /third_party/python/Include/cpython/ |
| D | pthread_stubs.h | 38 typedef unsigned pthread_t; typedef
|
| /third_party/astc-encoder/Source/ |
| D | astcenccli_platform_dependents.cpp | 44 typedef HANDLE pthread_t; typedef
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | solaris.rs | 98 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/ |
| D | mod.rs | 215 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/ |
| D | alltypes.h.in | 54 TYPEDEF unsigned long pthread_t; variable 56 TYPEDEF struct __pthread * pthread_t; variable
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 165 #define pthread_t dng_pthread_t macro
|
| /third_party/rust/crates/libc/src/unix/newlib/espidf/ |
| D | mod.rs | 94 native: *mut ::pthread_t, in pthread_create()
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 24 typedef HANDLE pthread_t; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | alltypes.h | 264 typedef unsigned long pthread_t; typedef 270 typedef struct __pthread * pthread_t; typedef
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| D | alltypes.h | 261 typedef unsigned long pthread_t; typedef 267 typedef struct __pthread * pthread_t; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | alltypes.h | 261 typedef unsigned long pthread_t; typedef 267 typedef struct __pthread * pthread_t; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | alltypes.h | 261 typedef unsigned long pthread_t; typedef 267 typedef struct __pthread * pthread_t; typedef
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| D | alltypes.h | 325 typedef long pthread_t; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 6 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/ |
| D | mod.rs | 25 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/ |
| D | mod.rs | 2642 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/ |
| D | mod.rs | 1473 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/ |
| D | mod.rs | 30 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/ |
| D | mod.rs | 43 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/ |
| D | mod.rs | 4041 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/ |
| D | mod.rs | 1799 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()
|