Home
last modified time | relevance | path

Searched defs:thread_t (Results 1 – 6 of 6) sorted by relevance

/external/liburing/test/
D35fa71a030ca.c185 struct thread_t { struct
190 static struct thread_t threads[16]; argument
Dpollfree.c261 struct thread_t { struct
266 static struct thread_t threads[16]; argument
/external/linux-kselftest/tools/testing/selftests/nci/
Dnci_dev.c405 pthread_t thread_t; in FIXTURE_SETUP() local
499 pthread_t thread_t; in FIXTURE_TEARDOWN() local
587 pthread_t thread_t; in start_polling() local
607 pthread_t thread_t; in stop_polling() local
817 pthread_t thread_t; in disconnect_tag() local
862 pthread_t thread_t; in TEST_F() local
/external/libusb/examples/
Ddpfp.c49 typedef pthread_t thread_t; typedef
93 typedef HANDLE thread_t; typedef
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs98 pub type thread_t = ::mach_port_t; typedef
5291 thread: thread_t, in thread_policy_set()
5297 thread: thread_t, in thread_policy_get()
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs40 pub type thread_t = ::c_uint; typedef