Searched defs:ThreadParams (Results 1 – 9 of 9) sorted by relevance
37 struct ThreadParams { struct38 gpr_cv cv;39 gpr_mu mu;40 int complete;64 ThreadParams params = {}; in main() argument
44 struct ThreadParams { struct45 ThreadParams() in ThreadParams() function48 PlatformThread::Delegate* delegate;49 bool joinable;50 ThreadPriority priority;
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;
59 struct ThreadParams { struct62 raw_ptr<PlatformThread::Delegate> delegate = nullptr;63 bool joinable = false;64 ThreadType thread_type = ThreadType::kDefault;65 MessagePumpType message_pump_type = MessagePumpType::DEFAULT;
98 struct ThreadParams { struct99 raw_ptr<PlatformThread::Delegate> delegate;100 bool joinable;101 ThreadType thread_type;102 MessagePumpType message_pump_type;
22 struct ThreadParams { struct23 HANDLE ready_event;24 HANDLE start_event;
42 struct ThreadParams { struct43 PlatformThreadForTesting::Delegate* delegate = nullptr;
52 struct ThreadParams { struct53 PlatformThreadForTesting::Delegate* delegate = nullptr;
81 struct ThreadParams { struct in tensorflow::__anondbcc0d100111::PThread82 std::string name;83 std::function<void()> fn;