Home
last modified time | relevance | path

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

12

/external/rust/crates/libc/src/unix/uclibc/x86_64/
Dother.rs3 pub type pthread_t = ::c_ulong; typedef
Dl4re.rs7 pub type pthread_t = *mut ::c_void; typedef
/external/crosvm/sys_util/src/
Dsignal.rs260 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/
Dsanitizer_pthread_wrappers.h29 typedef HANDLE pthread_t; typedef
/external/python/cffi/testing/embedding/
Dthread-test.h57 typedef HANDLE pthread_t; typedef
/external/gemmlowp/profiling/
Dpthread_everywhere.h45 using pthread_t = std::thread *; variable
/external/libvpx/libvpx/vp8/common/
Dthreading.h36 #define pthread_t HANDLE macro
/external/dng_sdk/source/
Ddng_pthread.h165 #define pthread_t dng_pthread_t macro
/external/libaom/libaom/aom_util/
Daom_thread.h34 typedef HANDLE pthread_t; typedef
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h34 typedef HANDLE pthread_t; typedef
/external/webp/src/utils/
Dthread_utils.c24 typedef HANDLE pthread_t; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs1 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/
Dmod.rs23 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.h92 typedef int pthread_t; typedef
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs7 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/
Dmod.rs1 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/
Dmod.rs16 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/
Dmod.rs1841 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/
Dmod.rs40 pub type pthread_t = pte_handle_t; typedef
1014 tid: *mut ::pthread_t, in pthread_create()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs21 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/
Dinfinite_recursion.py2416 pthread_t = __darwin_pthread_t variable
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2416 pthread_t = __darwin_pthread_t variable
/external/rust/crates/libc/src/unix/redox/
Dmod.rs18 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/
Dmod.rs1459 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/
Dmod.rs53 pub type pthread_t = ::c_ulong; typedef
1419 pThread: *mut ::pthread_t, in pthread_create()
1589 thread: ::pthread_t, in pthread_join()

12