/external/arm-trusted-firmware/lib/pmf/ |
D | pmf_main.c | 118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() 157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc() 182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp() 193 unsigned int tid, in calc_ts_addr() 215 unsigned int tid, in __pmf_store_timestamp() 229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint() 244 unsigned int tid, in __pmf_get_timestamp()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase() 124 u32 tid = kUnknownTid; in CreateThread() local 160 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local 170 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local 181 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local 200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() 211 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local 221 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread() 239 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread() 252 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread() [all …]
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | perfetto_trace_writer.py | 32 def _get_sequence_id(tid): argument 41 def _intern_category(category, trace_packet, tid): argument 55 def _intern_event_name(event_name, trace_packet, tid): argument 69 def write_thread_descriptor_event(output, pid, tid, ts): argument 100 def write_event(output, ph, category, name, ts, args, tid): argument
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 74 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach() 195 pid_t tid = pid_arg->tid_attached; in pid_memory_read() local 272 pid_t tid = tidl; in pid_next_thread() local 284 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread() 319 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers() local 343 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() 358 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach() local 494 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach() 504 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
|
/external/perfetto/test/ |
D | synth_common.py | 48 def __add_ftrace_event(self, ts, tid): argument 54 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument 64 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument 107 def add_kernel_lmk(self, ts, tid): argument 112 def add_sys_enter(self, ts, tid, id): argument 117 def add_sys_exit(self, ts, tid, id, ret): argument 123 def add_newtask(self, ts, tid, new_tid, new_comm, flags): argument 130 def add_process_free(self, ts, tid, comm, prio): argument 137 def add_rename(self, ts, tid, old_comm, new_comm, oom_score_adj): argument 145 def add_print(self, ts, tid, buf): argument [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowProcess.java | 17 private static int tid = getRandomApplicationUid(); field in ShadowProcess 67 protected static final void setThreadPriority(int tid, int priority) { in setThreadPriority() 89 protected static final int getThreadPriority(int tid) { in getThreadPriority()
|
/external/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/ |
D | rt_tgsigqueueinfo01.c | 83 pid_t *tid = arg; in receiver_func() local 106 pid_t tid = -1; in verify_signal_parent_thread() local 128 pid_t *tid = arg; in sender_func() local 145 pid_t tid = -1; in verify_signal_inter_thread() local
|
/external/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill02.c | 26 pid_t *tid = arg; in thread_func() local 47 pid_t tid = -1; in run() local
|
/external/perfetto/src/trace_processor/importers/common/ |
D | process_tracker.cc | 33 uint32_t tid, in StartNewThread() 46 void ProcessTracker::EndThread(int64_t timestamp, uint32_t tid) { in EndThread() 68 base::Optional<UniqueTid> ProcessTracker::GetThreadOrNull(uint32_t tid) { in GetThreadOrNull() 86 UniqueTid ProcessTracker::GetOrCreateThread(uint32_t tid) { in GetOrCreateThread() 91 UniqueTid ProcessTracker::UpdateThreadName(uint32_t tid, in UpdateThreadName() 135 uint32_t tid, in GetThreadOrNull() 171 UniqueTid ProcessTracker::UpdateThread(uint32_t tid, uint32_t pid) { in UpdateThread() 270 void ProcessTracker::UpdateProcessNameFromThreadName(uint32_t tid, in UpdateProcessNameFromThreadName()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 30 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() 48 void SetCurrentThread(u32 tid) { in SetCurrentThread() 52 ThreadContext::ThreadContext(int tid) in ThreadContext() 90 void ThreadStart(u32 tid, uptr os_id) { in ThreadStart() 127 void ThreadJoin(u32 tid) { in ThreadJoin()
|
/external/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-4.c | 85 int i, tid = gettid(); in func_nonrt() local 116 int i, tid = gettid(); in func_rt() local 144 int i, tid = gettid(); in func_noise() local
|
D | testpi-2.c | 86 int i, tid = gettid(); in func_lowrt() local 116 int i, tid = gettid(); in func_rt() local 144 int i, tid = gettid(); in func_noise() local
|
D | testpi-1.c | 84 int i, tid = gettid(); in func_nonrt() local 114 int i, tid = gettid(); in func_rt() local 142 int i, tid = gettid(); in func_noise() local
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 59 private String tid; field in MessageLog 89 String tid, in MessageLog() 122 String tid, in MessageLog()
|
D | DefaultMessageLogFactory.java | 17 String firstLine, String tid, String callId, long tsHeaderValue) { in createLogRecord() 24 String firstLine, String tid, String callId, long timestampVal) { in createLogRecord()
|
/external/tensorflow/tensorflow/python/client/ |
D | timeline.py | 64 def _create_event(self, ph, category, name, pid, tid, timestamp): argument 104 def emit_tid(self, name, pid, tid): argument 120 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument 137 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument 152 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument 167 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument 185 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 202 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument 443 def _emit_tensor_snapshot(self, tensor, timestamp, pid, tid, value): argument
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | nested_blocks.cpp | 171 const cl_uint tid = 1; in check_single() local 186 for (size_t tid = 0; tid < globalWorkSize; ++tid) in generate_reference_some_eq() local 215 for (size_t tid = 0; tid < globalWorkSize; ++tid) in generate_reference_some_diff() local 247 for (size_t tid = 0; tid < globalWorkSize; ++tid) in generate_reference_all_eq() local 273 for (size_t tid = 0; tid < globalWorkSize; ++tid) in generate_reference_all_diff() local
|
/external/compiler-rt/test/tsan/ |
D | bench.h | 46 void start_thread_group(int nth, void(*f)(int tid)) { in start_thread_group() 54 void grow_clock_worker(int tid) { in grow_clock_worker()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 27 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() 44 static bool is_detached(u32 tid) { in is_detached() 48 static uptr get_uid(u32 tid) { in get_uid() 114 u32 tid = new_tids[i]; in TestRegistry() local 168 explicit TestThreadContext(int tid) : ThreadContextBase(tid) {} in TestThreadContext()
|
D | sanitizer_linux_test.cc | 66 pid_t tid; in SetUp() local 110 pid_t *tid) { in SpawnTidReporter() 125 pid_t tid; in ReadTidsToVector() local 207 pthread_t tid; in TEST() local 226 pthread_t tid; in TEST() local
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
D | twoptimers.c | 38 timer_t tid; in main() local 83 timer_t tid; in main() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.cc | 93 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() 123 unsigned tid = src->dirty_tids_[i]; in acquire() local 291 unsigned tid = src->dirty_tids_[i]; in IsAlreadyAcquired() local 349 void ThreadClock::set(unsigned tid, u64 v) { in set()
|
D | tsan_debugging.cc | 93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() 110 void **addr, uptr *start, uptr *size, int *tid, in __tsan_get_report_loc() 141 int __tsan_get_report_thread(void *report, uptr idx, int *tid, uptr *os_id, in __tsan_get_report_thread() 157 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
|
/external/libxml2/ |
D | testThreads.c | 24 static pthread_t tid[MAX_ARGC]; variable 26 static thread_id tid[MAX_ARGC]; variable
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libmsgctl.c | 30 int doreader(long key, int tid, long type, int child, int nreps) in doreader() 86 int dowriter(long key, int tid, long type, int child, int nreps) in dowriter()
|