Searched defs:ThreadParams (Results 1 – 8 of 8) sorted by relevance
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;
91 struct ThreadParams { struct92 raw_ptr<PlatformThread::Delegate> delegate;93 bool joinable;94 ThreadType thread_type;95 MessagePumpType message_pump_type;
22 struct ThreadParams { struct23 HANDLE ready_event;24 HANDLE start_event;
42 struct ThreadParams { struct43 PlatformThreadForTesting::Delegate* delegate = nullptr;
50 struct ThreadParams { struct51 PlatformThreadForTesting::Delegate* delegate = nullptr;
81 struct ThreadParams { struct in tensorflow::__anoned8f82410111::PThread82 std::string name;83 std::function<void()> fn;