/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/ |
D | word_lock.rs | 16 struct ThreadData { struct 31 queue_tail: Cell<*const ThreadData>, argument 32 prev: Cell<*const ThreadData>, argument 33 next: Cell<*const ThreadData>, argument 36 impl ThreadData { impl 57 if let Ok(tls_thread_data) = THREAD_DATA.try_with(|x| x as *const ThreadData) { in with_thread_data() constant 303 fn queue_head(self) -> *const ThreadData; in queue_head() 319 fn queue_head(self) -> *const ThreadData { in queue_head() 320 (self & QUEUE_MASK) as *const ThreadData in queue_head() constant
|
D | parking_lot.rs | 151 struct ThreadData { struct 159 next_in_queue: Cell<*const ThreadData>, argument 175 impl ThreadData { impl 204 .try_with(|x| x as *const ThreadData) in with_thread_data() constant 210 impl Drop for ThreadData { implementation 326 let mut current: *const ThreadData = bucket.queue_head.get(); in rehash_bucket_into() constant 910 let mut requeue_threads: *const ThreadData = ptr::null(); in unpark_requeue() constant 911 let mut requeue_threads_tail: *const ThreadData = ptr::null(); in unpark_requeue() constant 1142 pub(super) unsafe fn on_unpark(_td: &super::ThreadData) { in on_unpark() 1205 pub(super) unsafe fn on_unpark(td: &ThreadData) { in on_unpark() [all …]
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decoder.h | 101 typedef struct ThreadData { struct 102 DecoderCodingBlock dcb; 108 CB_BUFFER cb_buffer_base; 132 } ThreadData; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | run_handler.h | 273 struct ThreadData { struct 294 Eigen::MaxSizeVector<ThreadData> thread_data_; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/ |
H A D | run_handler.h | 369 struct ThreadData { struct 371 tensorflow::mutex mu; 395 Eigen::MaxSizeVector<ThreadData> thread_data_; argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | per_thread_sem_test.cc | 72 struct ThreadData { struct 73 int num_iterations; // Number of replies to send. 74 SimpleSemaphore identity2_written; // Posted by thread writing identity2. 75 base_internal::ThreadIdentity *identity1; // First Post()-er. 76 base_internal::ThreadIdentity *identity2; // First Wait()-er. 77 KernelTimeout timeout;
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | RecordData.cpp | 51 struct ThreadData { struct 52 ThreadData(RecordData* record_data) : record_data(record_data) {} in ThreadData() function 59 ThreadData* thread_data = reinterpret_cast<ThreadData*>(data); in ThreadKeyDelete() argument
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
H A D | NonBlockingThreadPool.h | 228 struct ThreadData { struct 229 constexpr ThreadData() : thread(), steal_partition(0), queue() {} in ThreadData() function 238 MaxSizeVector<ThreadData> thread_data_; argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | test_sync_atomic_main.cpp | 185 template <typename Type> struct ThreadData { struct 202 ThreadData<Type> *TData = reinterpret_cast<ThreadData<Type> *>(Data); in threadWrapper() argument
|
/aosp_15_r20/external/google-breakpad/src/common/linux/tests/ |
H A D | crash_generator.cc | 60 struct ThreadData { struct 61 pthread_t thread; 62 pthread_barrier_t* barrier; 63 pid_t* thread_id_ptr;
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decoder.h | 37 typedef struct ThreadData { struct 41 } ThreadData; argument
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder.h | 1453 typedef struct ThreadData { struct 1454 MACROBLOCK mb; 1455 MvCosts *mv_costs_alloc; 1456 IntraBCMVCosts *dv_costs_alloc; 1457 RD_COUNTS rd_counts; 1458 FRAME_COUNTS *counts; 1459 PC_TREE_SHARED_BUFFERS shared_coeff_buf; 1460 SIMPLE_MOTION_DATA_TREE *sms_tree; 1461 SIMPLE_MOTION_DATA_TREE *sms_root; 1462 uint32_t *hash_value_buffer[2][2]; [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | subprocess.cc | 43 struct ThreadData { struct 44 string* iobuf; 45 HANDLE iohandle;
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 1004 struct ThreadData in addPipelineLibraryConfigurationsTests() struct 1006 bool multithreaded; in addPipelineLibraryConfigurationsTests() 1007 bool pipelinesCreatedUsingDHO; in addPipelineLibraryConfigurationsTests() 1008 const char *name; in addPipelineLibraryConfigurationsTests()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_report_sample.cpp | 151 struct ThreadData { struct 152 std::string thread_name; 153 std::queue<SampleEntry> stack_gap_samples;
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.h | 387 typedef struct ThreadData { struct 395 } ThreadData; argument
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 81 ThreadData, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 83 ThreadData, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | SectionKind.h | 87 ThreadData, enumerator
|