Searched defs:ThreadParams (Results 1 – 10 of 10) sorted by relevance
37 struct ThreadParams { struct38 gpr_cv cv;39 gpr_mu mu;40 int complete;64 ThreadParams params = {}; in main() argument
99 struct ThreadParams { struct100 volatile int tid;102 SimpleSpinEvent deadlock_start_event;103 DeadlockInterface* volatile deadlock_impl;105 volatile uint32_t deadlock_region_start_address;106 volatile uint32_t deadlock_region_end_address;108 rtc::Event deadlock_done_event;
44 struct ThreadParams { struct45 ThreadParams() in ThreadParams() argument48 PlatformThread::Delegate* delegate;49 bool joinable;50 ThreadPriority priority;
60 struct ThreadParams { struct63 raw_ptr<PlatformThread::Delegate> delegate = nullptr;64 bool joinable = false;65 ThreadType thread_type = ThreadType::kDefault;66 MessagePumpType message_pump_type = MessagePumpType::DEFAULT;
97 struct ThreadParams { struct98 raw_ptr<PlatformThread::Delegate> delegate;99 bool joinable;100 ThreadType thread_type;101 MessagePumpType message_pump_type;
24 typedef struct ThreadParams { struct26 } ThreadParams; typedef
22 struct ThreadParams { struct23 HANDLE ready_event;24 HANDLE start_event;
81 struct ThreadParams { struct in tensorflow::__anone2c9a2320111::PThread82 std::string name;83 std::function<void()> fn;
42 struct ThreadParams { struct43 PlatformThreadForTesting::Delegate* delegate = nullptr;
51 struct ThreadParams { struct52 PlatformThreadForTesting::Delegate* delegate = nullptr;