Searched defs:ThreadParams (Results 1 – 4 of 4) sorted by relevance
35 struct ThreadParams { struct36 static constexpr uintptr_t DefaultStackSize = 1 << 16; // 64 KB37 static constexpr uint32_t ClearTIDValue = 0xABCD1234;
44 struct ThreadParams { struct45 ThreadParams() in ThreadParams() function48 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;
79 struct ThreadParams { struct in tensorflow::__anonb139dcb90111::PThread80 std::string name;81 std::function<void()> fn;