Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/Bluetooth/system/test/fake/
Dfake_thread.h71 struct thread_t { struct
92 pthread_t pthread_; argument
93 pid_t tid_;
94 std::string name_;
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dthread.cc43 struct thread_t { struct
45 pthread_t pthread; argument
53 thread_t* thread; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/
Dmapping.hpp60 struct thread_t struct
65 static constexpr bool is_applicable_property_v =
69 static constexpr bool is_requirable = true;
72 static constexpr bool is_preferable = true;
75 typedef mapping_t polymorphic_query_result_type;
/aosp_15_r20/external/liburing/test/
H A D35fa71a030ca.c185 struct thread_t { struct
190 static struct thread_t threads[16]; argument
H A Dpollfree.c261 struct thread_t { struct
266 static struct thread_t threads[16]; argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/nci/
H A 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
/aosp_15_r20/external/libusb/tests/
H A Dstress_mt.c29 typedef pthread_t thread_t; typedef
49 typedef HANDLE thread_t; typedef
/aosp_15_r20/external/libusb/examples/
H A Ddpfp.c49 typedef pthread_t thread_t; typedef
93 typedef HANDLE thread_t; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_sock_sco.h25 typedef struct thread_t thread_t; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/osi/include/
Dthread.h27 typedef struct thread_t thread_t; typedef
Dalarm.h26 typedef struct thread_t thread_t; typedef
/aosp_15_r20/trusty/kernel/lib/libc-trusty/include/trusty/
H A Dlibc_state.h24 typedef struct thread thread_t; typedef
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/compat/
H A Drtas.h49 typedef void (*thread_t) (int); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/
Dlldb-types.h43 typedef void *thread_t; // Host thread type typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/
Dlldb-types.h43 typedef void *thread_t; // Host thread type typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/
Dlldb-types.h43 typedef void *thread_t; // Host thread type typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/
Dlldb-types.h43 typedef void *thread_t; // Host thread type typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dthread_executor.hpp39 typedef scoped_thread<> thread_t; typedef in boost::executors::thread_executor
Dserial_executor.hpp41 typedef scoped_thread<> thread_t; typedef in boost::executors::serial_executor
Dbasic_thread_pool.hpp35 typedef thread thread_t; typedef in boost::executors::basic_thread_pool
/aosp_15_r20/system/netd/tests/
H A Dnetd_test.cpp105 typedef int (*thread_t)(void*); typedef
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc75 std::vector<thread_t*>* /*live_thread_vector*/, in callArbitraryFunction()
/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h140 } thread_t; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dthread_db.h242 typedef pthread_t thread_t; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/bsd/apple/
H A Dmod.rs98 pub type thread_t = ::mach_port_t; typedef
5853 thread: thread_t, in thread_policy_set()
5859 thread: thread_t, in thread_policy_get()

12