Searched defs:ThreadParams (Results 1 – 3 of 3) sorted by relevance
44 struct ThreadParams { struct45 ThreadParams() in ThreadParams() argument48 PlatformThread::Delegate* delegate;49 bool joinable;50 ThreadPriority priority;
98 struct ThreadParams { struct99 volatile int tid;101 SimpleSpinEvent deadlock_start_event;102 DeadlockInterface* volatile deadlock_impl;104 volatile uint32_t deadlock_region_start_address;105 volatile uint32_t deadlock_region_end_address;107 rtc::Event deadlock_done_event;
81 struct ThreadParams { struct in tensorflow::__anonfbe3ebde0111::PThread82 std::string name;83 std::function<void()> fn;