Home
last modified time | relevance | path

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

/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_;
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc43 struct thread_t { struct
45 pthread_t pthread; argument
53 thread_t* thread; argument
/packages/modules/Bluetooth/system/btif/include/
Dbtif_sock_sco.h25 typedef struct thread_t thread_t; typedef
/packages/modules/Bluetooth/system/osi/include/
Dalarm.h26 typedef struct thread_t thread_t; typedef
Dthread.h27 typedef struct thread_t thread_t; typedef
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc75 std::vector<thread_t*>* /*live_thread_vector*/, in callArbitraryFunction()