Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Dpollset_windows_starvation_test.cc37 struct ThreadParams { struct
38 gpr_cv cv;
39 gpr_mu mu;
40 int complete;
64 ThreadParams params = {}; in main() argument
/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.cc98 struct ThreadParams { struct
99 raw_ptr<PlatformThread::Delegate> delegate;
100 bool joinable;
101 ThreadType thread_type;
102 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/src/partition_alloc/partition_alloc_base/threading/
Dplatform_thread_posix_for_testing.cc42 struct ThreadParams { struct
43 PlatformThreadForTesting::Delegate* delegate = nullptr;
Dplatform_thread_win_for_testing.cc52 struct ThreadParams { struct
53 PlatformThreadForTesting::Delegate* delegate = nullptr;
/external/tensorflow/tensorflow/tsl/platform/default/
Denv.cc81 struct ThreadParams { struct in tensorflow::__anondbcc0d100111::PThread
82 std::string name;
83 std::function<void()> fn;