Home
last modified time | relevance | path

Searched defs:ThreadParams (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread_posix.cc44 struct ThreadParams { struct
45 ThreadParams() in ThreadParams() function
48 PlatformThread::Delegate* delegate;
49 bool joinable;
50 ThreadPriority priority;
/external/webrtc/sdk/android/native_unittests/stacktrace/
Dstacktrace_unittest.cc99 struct ThreadParams { struct
100 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;
/external/cronet/base/threading/
Dplatform_thread_posix.cc59 struct ThreadParams { struct
62 raw_ptr<PlatformThread::Delegate> delegate = nullptr;
63 bool joinable = false;
64 ThreadType thread_type = ThreadType::kDefault;
65 MessagePumpType message_pump_type = MessagePumpType::DEFAULT;
Dplatform_thread_win.cc91 struct ThreadParams { struct
92 raw_ptr<PlatformThread::Delegate> delegate;
93 bool joinable;
94 ThreadType thread_type;
95 MessagePumpType message_pump_type;
/external/cronet/base/win/
Dscoped_handle_test_dll.cc22 struct ThreadParams { struct
23 HANDLE ready_event;
24 HANDLE start_event;
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/
Dplatform_thread_posix_for_testing.cc42 struct ThreadParams { struct
43 PlatformThreadForTesting::Delegate* delegate = nullptr;
Dplatform_thread_win_for_testing.cc50 struct ThreadParams { struct
51 PlatformThreadForTesting::Delegate* delegate = nullptr;
/external/tensorflow/tensorflow/tsl/platform/default/
Denv.cc81 struct ThreadParams { struct in tensorflow::__anoned8f82410111::PThread
82 std::string name;
83 std::function<void()> fn;