Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc19 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/
Dsynth_common.py38 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/
Dlinux-pid-attach.c74 __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/
DShadowProcess.java17 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/
Drt_tgsigqueueinfo01.c83 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/
Dtgkill02.c26 pid_t *tid = arg; in thread_func() local
47 pid_t tid = -1; in run() local
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc30 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/
Dtestpi-1.c84 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
Dtestpi-4.c85 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
Dtestpi-2.c86 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/
DMessageLog.java59 private String tid; field in MessageLog
89 String tid, in MessageLog()
122 String tid, in MessageLog()
DDefaultMessageLogFactory.java17 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/
Dprocess_tracker.cc37 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/
Dtimeline.py64 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/
Dbench.h46 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/
Dtwoptimers.c38 timer_t tid; in main() local
83 timer_t tid; in main() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc27 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()
Dsanitizer_linux_test.cc66 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/
Dtsan_clock.cc93 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()
Dtsan_debugging.cc93 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/
DtestThreads.c24 static pthread_t tid[MAX_ARGC]; variable
26 static thread_id tid[MAX_ARGC]; variable
/external/ltp/testcases/kernel/syscalls/ipc/lib/
Dlibmsgctl.c30 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/
D6-3.c27 timer_t tid; in main() local
D6-1.c22 timer_t tid; in main() local
/external/python/cpython2/Python/
Dthread_lwp.h31 thread_t tid; in PyThread_start_new_thread() local
42 thread_t tid; in PyThread_get_thread_ident() local

12345678910>>...14