Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A 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
/aosp_15_r20/external/webrtc/sdk/android/native_unittests/stacktrace/
H A 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;
/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_posix.cc44 struct ThreadParams { struct
45 ThreadParams() in ThreadParams() argument
48 PlatformThread::Delegate* delegate;
49 bool joinable;
50 ThreadPriority priority;
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_posix.cc60 struct ThreadParams { struct
63 raw_ptr<PlatformThread::Delegate> delegate = nullptr;
64 bool joinable = false;
65 ThreadType thread_type = ThreadType::kDefault;
66 MessagePumpType message_pump_type = MessagePumpType::DEFAULT;
H A Dplatform_thread_win.cc97 struct ThreadParams { struct
98 raw_ptr<PlatformThread::Delegate> delegate;
99 bool joinable;
100 ThreadType thread_type;
101 MessagePumpType message_pump_type;
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0243/
H A Dpoc.cpp24 typedef struct ThreadParams { struct
26 } ThreadParams; typedef
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_handle_test_dll.cc22 struct ThreadParams { struct
23 HANDLE ready_event;
24 HANDLE start_event;
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Denv.cc81 struct ThreadParams { struct in tensorflow::__anone2c9a2320111::PThread
82 std::string name;
83 std::function<void()> fn;
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread_posix_for_testing.cc42 struct ThreadParams { struct
43 PlatformThreadForTesting::Delegate* delegate = nullptr;
H A Dplatform_thread_win_for_testing.cc51 struct ThreadParams { struct
52 PlatformThreadForTesting::Delegate* delegate = nullptr;