/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/perfetto/test/trace_processor/ |
D | synth_common.py | 38 def __add_ftrace_event(self, ts, tid): argument 44 def add_rss_stat(self, ts, tid, member, size): argument 71 def add_kernel_lmk(self, ts, tid): argument 76 def add_sys_enter(self, ts, tid, id): argument 81 def add_sys_exit(self, ts, tid, id, ret): argument 87 def add_newtask(self, ts, tid, new_tid, new_comm, flags): argument 106 def add_thread(self, tid, tgid, cmdline): 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/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/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-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
|
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
|
/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/perfetto/src/trace_processor/ |
D | process_tracker.cc | 37 uint32_t tid, in StartNewThread() 47 UniqueTid ProcessTracker::GetOrCreateThread(uint32_t tid) { in GetOrCreateThread() 55 UniqueTid ProcessTracker::UpdateThreadName(uint32_t tid, in UpdateThreadName() 73 UniqueTid ProcessTracker::UpdateThread(uint32_t tid, uint32_t pid) { in UpdateThread()
|
/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/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/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/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/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/ |
D | 6-3.c | 27 timer_t tid; in main() local
|
D | 6-1.c | 22 timer_t tid; in main() local
|
/external/python/cpython2/Python/ |
D | thread_lwp.h | 31 thread_t tid; in PyThread_start_new_thread() local 42 thread_t tid; in PyThread_get_thread_ident() local
|