Home
last modified time | relevance | path

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

1234567

/external/libchrome/base/threading/
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()
/external/rust/crates/syn/0.15.42/src/
Dthread.rs10 thread_id: ThreadId, field
45 mod thread_id { module
56 mod thread_id { module
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dtrace.cc49 std::uint16_t thread_id = 0; member
256 void TraceRecordThreadStart(std::uint32_t thread_id, Trace* trace) { in TraceRecordThreadStart()
266 void TraceRecordThreadLoopStart(std::uint32_t thread_id, Trace* trace) { in TraceRecordThreadLoopStart()
276 void TraceRecordBlockReserved(std::uint32_t thread_id, std::uint32_t block_id, in TraceRecordBlockReserved()
288 void TraceRecordBlockPacked(std::uint32_t thread_id, Side side, int block, in TraceRecordBlockPacked()
301 void TraceRecordBlockFinished(std::uint32_t thread_id, std::uint32_t block_id, in TraceRecordBlockFinished()
313 void TraceRecordThreadEnd(std::uint32_t thread_id, Trace* trace) { in TraceRecordThreadEnd()
/external/v8/src/execution/
Dthread-id.cc23 int thread_id = base::Thread::GetThreadLocalInt(*GetThreadIdKey()); in TryGetCurrent() local
30 int thread_id = base::Thread::GetThreadLocalInt(key); in GetCurrentThreadId() local
/external/ltp/include/
Dtst_safe_pthread.h38 #define SAFE_PTHREAD_CREATE(thread_id, attr, thread_fn, arg) \ argument
43 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h37 bool Contains(SuspendedThreadID thread_id) const { in Contains()
44 void Append(SuspendedThreadID thread_id) { in Append()
/external/ltp/lib/
Dsafe_pthread.c13 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/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Drecording_tpu_driver.cc159 auto thread_id = GetCurrentThreadId(); in Allocate() local
183 auto thread_id = GetCurrentThreadId(); in Allocate() local
217 auto thread_id = GetCurrentThreadId(); in AllocateTuple() local
244 auto thread_id = GetCurrentThreadId(); in Deallocate() local
267 auto thread_id = GetCurrentThreadId(); in TransferToDevice() local
296 auto thread_id = GetCurrentThreadId(); in TransferFromDevice() local
318 auto thread_id = GetCurrentThreadId(); in TransferFromDeviceToDevice() local
343 auto thread_id = GetCurrentThreadId(); in CompileProgram() local
363 auto thread_id = GetCurrentThreadId(); in LoadProgram() local
388 auto thread_id = GetCurrentThreadId(); in UnloadProgram() local
[all …]
/external/compiler-rt/lib/asan/
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()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_test.cc40 NodeExecStats MakeNodeStats(const string& name, int32 thread_id, in MakeNodeStats()
78 int32 thread_id = Env::Default()->GetCurrentThreadId(); in TEST() local
110 int32 thread_id = Env::Default()->GetCurrentThreadId(); in TEST() local
/external/google-breakpad/src/processor/
Dminidump_unittest.cc264 uint32_t thread_id; in TEST() local
335 uint32_t thread_id; in TEST() local
378 uint32_t thread_id; in TEST() local
579 uint32_t thread_id; in TEST() local
727 uint32_t thread_id; in TEST() local
801 uint32_t thread_id; in TEST() local
886 uint32_t thread_id; in TEST() local
968 uint32_t thread_id; in TEST() local
1031 uint32_t thread_id; in TEST() local
1115 uint32_t thread_id; in TEST() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
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
Dcheck_numerics_op_gpu.cu.cc41 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/mesa3d/src/mapi/
Du_current.c149 typedef DWORD thread_id; typedef
151 typedef thrd_t thread_id; typedef
/external/tensorflow/tensorflow/python/util/
Dlock_util_test.py38 def thread_fn(thread_id): argument
/external/compiler-rt/test/asan/TestCases/
Ddebug_stacks.cc30 int thread_id; in main() local
/external/compiler-rt/test/lsan/TestCases/
Duse_stacks_threaded.cc27 pthread_t thread_id; in main() local
Duse_registers.cc47 pthread_t thread_id; in main() local
Dcleanup_in_tsd_destructor.c37 pthread_t thread_id; in main() local
Ddisabler_in_tsd_destructor.c33 pthread_t thread_id; in main() local
/external/google-benchmark/src/
Dbenchmark_api_internal.cc6 State BenchmarkInstance::Run(IterationCount iters, int thread_id, in Run()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_api_internal.cc7 size_t iters, int thread_id, internal::ThreadTimer* timer, in Run()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dspinlock.c7 pthread_t thread_id[4]; in test_spinlock() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dtrace_utils.h33 static inline bool IsDerivedThreadId(int thread_id) { in IsDerivedThreadId()
/external/libchrome/base/trace_event/
Dtrace_event.h386 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
405 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
798 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
822 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
853 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
885 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
912 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
929 const int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
944 int thread_id, in AddTraceEventWithThreadIdAndTimestamp()
970 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); in AddTraceEvent() local
[all …]

1234567