/external/libchrome/base/threading/ |
D | platform_thread_linux.cc | 49 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()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | recording_tpu_driver.cc | 162 auto thread_id = GetCurrentThreadId(); in Allocate() local 186 auto thread_id = GetCurrentThreadId(); in Allocate() local 220 auto thread_id = GetCurrentThreadId(); in AllocateTuple() local 247 auto thread_id = GetCurrentThreadId(); in Deallocate() local 270 auto thread_id = GetCurrentThreadId(); in TransferToDevice() local 299 auto thread_id = GetCurrentThreadId(); in TransferFromDevice() local 321 auto thread_id = GetCurrentThreadId(); in TransferFromDeviceToDevice() local 346 auto thread_id = GetCurrentThreadId(); in CompileProgram() local 366 auto thread_id = GetCurrentThreadId(); in LoadProgram() local 391 auto thread_id = GetCurrentThreadId(); in UnloadProgram() local [all …]
|
/external/ltp/include/ |
D | tst_safe_pthread.h | 25 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \ argument 30 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld.h | 37 bool Contains(SuspendedThreadID thread_id) const { in Contains() 44 void Append(SuspendedThreadID thread_id) { in Append()
|
/external/eigen/unsupported/test/ |
D | cxx11_non_blocking_thread_pool.cpp | 40 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
|
/external/ltp/lib/ |
D | safe_pthread.c | 13 pthread_t *thread_id, const pthread_attr_t *attr, in safe_pthread_create() 30 pthread_t thread_id, void **retval) in safe_pthread_join()
|
/external/compiler-rt/lib/asan/ |
D | asan_debugging.cc | 84 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()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_gpu.cu.cc | 41 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
|
D | check_numerics_op_gpu.cu.cc | 41 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in CheckNumericsKernel() local 64 const int32 thread_id = blockIdx.x * blockDim.x + threadIdx.x; in CheckNumericsKernelV2() local
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 276 uint32_t thread_id; in TEST() local 347 uint32_t thread_id; in TEST() local 390 uint32_t thread_id; in TEST() local 918 uint32_t thread_id; in TEST() local 1089 uint32_t thread_id; in TEST() local 1163 uint32_t thread_id; in TEST() local 1248 uint32_t thread_id; in TEST() local 1330 uint32_t thread_id; in TEST() local 1393 uint32_t thread_id; in TEST() local 1477 uint32_t thread_id; in TEST() local [all …]
|
/external/mesa3d/src/mapi/ |
D | u_current.c | 149 typedef DWORD thread_id; typedef 151 typedef thrd_t thread_id; typedef
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 392 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 …]
|
/external/libchrome/base/profiler/ |
D | native_stack_sampler_posix.cc | 10 PlatformThreadId thread_id, in Create()
|
/external/rust/crates/crossbeam-channel/src/ |
D | context.rs | 34 thread_id: ThreadId, field 190 pub fn thread_id(&self) -> ThreadId { in thread_id() method
|
/external/tensorflow/tensorflow/python/util/ |
D | lock_util_test.py | 38 def thread_fn(thread_id): argument
|
/external/compiler-rt/test/asan/TestCases/ |
D | debug_stacks.cc | 30 int thread_id; in main() local
|
/external/google-benchmark/src/ |
D | benchmark_api_internal.cc | 6 State BenchmarkInstance::Run(IterationCount iters, int thread_id, in Run()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_api_internal.cc | 7 size_t iters, int thread_id, internal::ThreadTimer* timer, in Run()
|
/external/compiler-rt/test/lsan/TestCases/ |
D | use_registers.cc | 47 pthread_t thread_id; in main() local
|
D | use_stacks_threaded.cc | 27 pthread_t thread_id; in main() local
|
D | disabler_in_tsd_destructor.c | 33 pthread_t thread_id; in main() local
|
D | cleanup_in_tsd_destructor.c | 37 pthread_t thread_id; in main() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | spinlock.c | 7 pthread_t thread_id[4]; in test_spinlock() local
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan_debugger.cc | 213 bool TopStackFrame(dap::integer thread_id, dap::StackFrame* frame) { in TopStackFrame() 224 bool Callstack(dap::integer thread_id, std::vector<dap::StackFrame>* stack) { in Callstack() 957 dap::integer thread_id, in StartThread() 980 void OnBreakpointHit(dap::integer thread_id) { in OnBreakpointHit() 1034 void OnStep(dap::integer thread_id) { in OnStep() 1052 bool FindLocal(dap::integer thread_id, in FindLocal() 1098 bool FindGlobalInvocationId(dap::integer thread_id, in FindGlobalInvocationId() 1108 bool FindVertexIndex(dap::integer thread_id, uint32_t index, int* lane) { in FindVertexIndex() 1116 bool FindWindowSpacePosition(dap::integer thread_id, in FindWindowSpacePosition()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_testlib.cc | 48 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
|