Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/libopenapv/src/
H A Doapv_tpool.c59 int thread_id; member
117 static oapv_thread_t tpool_create_thread(oapv_tpool_t *tp, int thread_id) in tpool_create_thread()
184 static tpool_result_t tpool_assign_task(oapv_thread_t thread_id, oapv_fn_thread_entry_t entry, void… in tpool_assign_task()
214 static tpool_result_t tpool_retrieve_result(oapv_thread_t thread_id, int *ret) in tpool_retrieve_result()
237 static tpool_result_t tpool_terminate_thread(oapv_thread_t *thread_id) in tpool_terminate_thread()
348 int thread_id; member
404 static oapv_thread_t tpool_create_thread(oapv_tpool_t *tp, int thread_id) in tpool_create_thread()
463 static tpool_result_t tpool_assign_task(oapv_thread_t thread_id, oapv_fn_thread_entry_t entry, void… in tpool_assign_task()
491 static tpool_result_t tpool_retrieve_result(oapv_thread_t thread_id, int *ret) in tpool_retrieve_result()
514 tpool_result_t tpool_terminate_thread(oapv_thread_t *thread_id) in tpool_terminate_thread()
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_cros.cc128 PlatformThreadId thread_id, in SetThreadLatencySensitivity()
228 std::optional<int> GetNiceValueForThreadId(PlatformThreadId thread_id) { in GetNiceValueForThreadId()
245 PlatformThreadId thread_id, in SetThreadTypeOtherAttrs()
259 PlatformThreadId thread_id, in SetThreadRTPrioFromType()
299 PlatformThreadId thread_id, in SetThreadNiceFromType()
368 PlatformThreadId thread_id) { in GetThreadTypeFromThreadId()
379 PlatformThreadId thread_id, in SetThreadType()
392 PlatformThreadId thread_id, in SetThreadTypeInternal()
419 PlatformThreadId thread_id, in SetThreadBackgrounded()
H A Dplatform_thread_linux.cc76 void SetThreadCgroup(PlatformThreadId thread_id, in SetThreadCgroup()
88 void SetThreadCgroupForThreadType(PlatformThreadId thread_id, in SetThreadCgroupForThreadType()
179 PlatformThreadId thread_id) { in IsThreadBackgroundedForTest()
256 PlatformThreadId thread_id, in SetThreadCgroupsForThreadType()
269 PlatformThreadId thread_id, in SetThreadType()
276 void PlatformThreadLinux::SetThreadType(PlatformThreadId thread_id, in SetThreadType()
287 PlatformThreadId thread_id, in SetThreadTypeInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Drecording_tpu_driver.cc161 auto thread_id = GetCurrentThreadId(); in Allocate() local
185 auto thread_id = GetCurrentThreadId(); in Allocate() local
222 auto thread_id = GetCurrentThreadId(); in AllocateTuple() local
249 auto thread_id = GetCurrentThreadId(); in Deallocate() local
272 auto thread_id = GetCurrentThreadId(); in TransferToDevice() local
301 auto thread_id = GetCurrentThreadId(); in TransferFromDevice() local
323 auto thread_id = GetCurrentThreadId(); in TransferFromDeviceToDevice() local
348 auto thread_id = GetCurrentThreadId(); in CompileProgram() local
368 auto thread_id = GetCurrentThreadId(); in LoadProgram() local
393 auto thread_id = GetCurrentThreadId(); in UnloadProgram() local
[all …]
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_log.cc125 PlatformThreadId thread_id, in InitializeMetadataEvent()
334 PlatformThreadId thread_id, in OnUpdateLegacyTraceEventDuration()
517 auto thread_id = PlatformThread::CurrentId(); in ThreadLocalEventBuffer() local
1568 PlatformThreadId thread_id, in ShouldAddAfterUpdatingState()
1637 auto thread_id = base::PlatformThread::CurrentId(); in AddTraceEvent() local
1654 auto thread_id = base::PlatformThread::CurrentId(); in AddTraceEventWithBindId() local
1686 PlatformThreadId thread_id, in AddTraceEventWithThreadIdAndTimestamp()
1703 PlatformThreadId thread_id, in AddTraceEventWithThreadIdAndTimestamp()
1728 PlatformThreadId thread_id, in AddTraceEventWithThreadIdAndTimestamps()
1814 auto thread_id = base::PlatformThread::CurrentId(); in AddMetadataEvent() local
[all …]
H A Dtrace_event_impl.cc78 TraceEvent::TraceEvent(PlatformThreadId thread_id, in TraceEvent()
115 void TraceEvent::Reset(PlatformThreadId thread_id, in Reset()
175 PlatformThreadId thread_id; in AppendAsJSON() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/trace_event/
Dtrace_event.h395 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
414 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
807 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
831 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
862 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
894 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
921 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
938 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
953 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
979 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
[all …]
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event.h392 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
411 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
804 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
828 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
859 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
891 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
918 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
935 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
950 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
976 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
[all …]
H A Dtrace_log.cc103 int thread_id, in InitializeMetadataEvent()
1052 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
1084 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEventWithBindId() local
1142 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
1174 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
1353 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddMetadataEvent() local
1380 int thread_id = in EventToConsoleMessage() local
1670 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/trace_event/
Dtrace_event.h395 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
414 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
807 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
831 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
862 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
894 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
921 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
938 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
953 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
979 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
[all …]
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc316 uint32_t thread_id; in TEST() local
387 uint32_t thread_id; in TEST() local
430 uint32_t thread_id; in TEST() local
958 uint32_t thread_id; in TEST() local
1129 uint32_t thread_id; in TEST() local
1203 uint32_t thread_id; in TEST() local
1288 uint32_t thread_id; in TEST() local
1370 uint32_t thread_id; in TEST() local
1433 uint32_t thread_id; in TEST() local
1517 uint32_t thread_id; in TEST() local
[all …]
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler.cc139 const PlatformThreadId thread_id; // Thread id of the sampled thread. member
423 std::optional<PlatformThreadId> thread_id) { in ApplyMetadataToPastSamples()
439 std::optional<PlatformThreadId> thread_id) { in AddProfileMetadata()
608 std::optional<PlatformThreadId> thread_id) { in ApplyMetadataToPastSamplesTask()
623 std::optional<PlatformThreadId> thread_id) { in AddProfileMetadataTask()
943 std::optional<PlatformThreadId> thread_id) { in ApplyMetadataToPastSamples()
953 std::optional<PlatformThreadId> thread_id) { in AddProfileMetadata()
H A Dmetadata_recorder.cc17 std::optional<PlatformThreadId> thread_id, in Item()
42 std::optional<PlatformThreadId> thread_id, in Set()
91 std::optional<PlatformThreadId> thread_id) { in Remove()
112 PlatformThreadId thread_id) in MetadataProvider()
/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index_thread-safety_test.cc135 auto callable = [&](int thread_id) { in TEST_F()
184 auto callable = [&](int thread_id) { in TEST_F()
235 auto callable = [&](int thread_id) { in TEST_F()
303 auto callable = [&](int thread_id) { in TEST_F()
372 auto callable = [&](int thread_id) { in TEST_F()
/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_linux.cc49 void SetThreadCgroup(PlatformThreadId thread_id, in SetThreadCgroup()
59 void SetThreadCgroupForThreadPriority(PlatformThreadId thread_id, in SetThreadCgroupForThreadPriority()
73 void SetThreadCgroupsForThreadPriority(PlatformThreadId thread_id, in SetThreadCgroupsForThreadPriority()
153 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id, in SetThreadPriority()
/aosp_15_r20/external/cronet/base/android/
H A Dearly_trace_event_binding.cc23 jint thread_id, in JNI_EarlyTraceEvent_RecordEarlyBeginEvent()
43 jint thread_id, in JNI_EarlyTraceEvent_RecordEarlyEndEvent()
63 jint thread_id, in JNI_EarlyTraceEvent_RecordEarlyToplevelBeginEvent()
84 jint thread_id, in JNI_EarlyTraceEvent_RecordEarlyToplevelEndEvent()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/cadence/nand/
Dcdns_nand.c42 static inline void cdns_nand_wait_thread_ready(uint8_t thread_id) in cdns_nand_wait_thread_ready()
54 static int cdns_nand_last_opr_status(uint8_t thread_id) in cdns_nand_last_opr_status()
89 int cdns_nand_set_feature(uint8_t feat_addr, uint8_t feat_val, uint8_t thread_id) in cdns_nand_set_feature()
112 int cdns_nand_reset(uint8_t thread_id) in cdns_nand_reset()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/
H A Dpredicated_tile_access_iterator_residual_last.h270 int thread_id) in PredicatedTileAccessIteratorResidualLast()
565 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
788 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
1077 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
1340 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
1559 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
1787 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
2014 int thread_id ///< ID of each participating thread in PredicatedTileAccessIteratorResidualLast()
H A Dpredicated_tile_iterator_residual_last.h292 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
575 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
805 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
1044 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
1322 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
1549 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
1791 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
2020 int thread_id ///< ID of each participating thread in PredicatedTileIteratorResidualLast()
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_report_sample.cpp735 ThreadId thread_id(thread.pid, thread.tid); in ProcessSample() local
758 bool ReportSampleCommand::ReportSample(const ThreadId& thread_id, const SampleEntry& sample, in ReportSample()
773 const auto& thread_id = p.first; in FinishReportSamples() local
786 bool ReportSampleCommand::PrintSampleInProtobuf(const ThreadId& thread_id, in PrintSampleInProtobuf()
953 const auto& thread_id = p.first; in PrintThreadInfoInProtobuf() local
967 bool ReportSampleCommand::PrintSample(const ThreadId& thread_id, const SampleEntry& sample) { in PrintSample()
H A Dcmd_report_sample.proto38 optional int32 thread_id = 2; field
130 optional uint32 thread_id = 1; field
153 optional uint32 thread_id = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddebug_ops_gpu.cu.cc41 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in CurtHealthKernel() local
59 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in ConciseHealthKernel() local
90 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in FullHealthKernel() local
133 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in ReduceInfNanThreeSlotsKernel() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_non_blocking_thread_pool.cpp40 const int thread_id = tp.CurrentThreadId(); in test_parallelism() local
140 const int thread_id = tp.CurrentThreadId(); in test_pool_partitions() local
156 const int thread_id = tp.CurrentThreadId(); in test_pool_partitions() local
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_debugging.cc84 static uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
126 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
131 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/aosp_15_r20/external/ltp/include/
H A Dtst_safe_pthread.h25 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \ argument
30 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ argument
52 #define SAFE_PTHREAD_CANCEL(thread_id) \ argument

12345678910>>...20