| /external/rust/crates/libc/src/unix/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
|
| /external/crosvm/sys_util/src/ |
| D | signal.rs | 260 fn pthread_handle(&self) -> pthread_t; in pthread_handle() 282 fn pthread_handle(&self) -> pthread_t { in pthread_handle()
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_pthread_wrappers.h | 29 typedef HANDLE pthread_t; typedef
|
| /external/python/cffi/testing/embedding/ |
| D | thread-test.h | 57 typedef HANDLE pthread_t; typedef
|
| /external/gemmlowp/profiling/ |
| D | pthread_everywhere.h | 45 using pthread_t = std::thread *; variable
|
| /external/libvpx/libvpx/vp8/common/ |
| D | threading.h | 36 #define pthread_t HANDLE macro
|
| /external/dng_sdk/source/ |
| D | dng_pthread.h | 165 #define pthread_t dng_pthread_t macro
|
| /external/libaom/libaom/aom_util/ |
| D | aom_thread.h | 34 typedef HANDLE pthread_t; typedef
|
| /external/libvpx/libvpx/vpx_util/ |
| D | vpx_thread.h | 34 typedef HANDLE pthread_t; typedef
|
| /external/webp/src/utils/ |
| D | thread_utils.c | 24 typedef HANDLE pthread_t; typedef
|
| /external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
| D | mod.rs | 1 pub type pthread_t = *mut ::c_void; typedef 409 thread: ::pthread_t, in pthread_getaffinity_np() 414 thread: ::pthread_t, in pthread_setaffinity_np()
|
| /external/rust/crates/libc/src/cloudabi/ |
| D | mod.rs | 23 pub type pthread_t = usize; typedef 309 native: *mut ::pthread_t, in pthread_create() 317 native: ::pthread_t, in pthread_join()
|
| /external/python/pycparser/utils/fake_libc_include/ |
| D | _fake_typedefs.h | 92 typedef int pthread_t; typedef
|
| /external/rust/crates/libc/src/unix/bsd/ |
| D | mod.rs | 7 pub type pthread_t = ::uintptr_t; typedef 729 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill() 773 native: *mut ::pthread_t, in pthread_create()
|
| /external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
| D | mod.rs | 1 pub type pthread_t = c_ulong; typedef 979 thread: ::pthread_t, in pthread_getaffinity_np() 984 thread: ::pthread_t, in pthread_setaffinity_np() 1017 thread: ::pthread_t, in pthread_getname_np() 1022 thread: ::pthread_t, in pthread_setname_np()
|
| /external/rust/crates/libc/src/unix/newlib/ |
| D | mod.rs | 16 pub type pthread_t = ::c_ulong; typedef 661 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 1841 t: ::pthread_t, in pthread_setname_np() 1846 thread: ::pthread_t, in pthread_attr_get_np() 1850 native: ::pthread_t, in pthread_getattr_np()
|
| /external/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 40 pub type pthread_t = pte_handle_t; typedef 1014 tid: *mut ::pthread_t, in pthread_create()
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 21 pub type pthread_t = ::uintptr_t; typedef 1299 thread: *mut ::pthread_t, in pthread_create() 1468 pub fn pthread_kill(thread: ::pthread_t, sig: ::c_int) -> ::c_int; in pthread_kill()
|
| /external/python/cpython2/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2416 pthread_t = __darwin_pthread_t variable
|
| /external/python/cpython3/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2416 pthread_t = __darwin_pthread_t variable
|
| /external/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 18 pub type pthread_t = *mut ::c_void; typedef 866 tid: *mut ::pthread_t, in pthread_create()
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1459 pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char); in pthread_set_name_np() 1461 thread: ::pthread_t, in pthread_stackseg_np()
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 53 pub type pthread_t = ::c_ulong; typedef 1419 pThread: *mut ::pthread_t, in pthread_create() 1589 thread: ::pthread_t, in pthread_join()
|