Home
last modified time | relevance | path

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

12345678910>>...31

/external/trusty/arm-trusted-firmware/lib/pmf/
Dpmf_main.c118 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/arm-trusted-firmware/lib/pmf/
Dpmf_main.c118 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/
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/bcc/libbpf-tools/
Dklockstat.bpf.c418 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
428 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
443 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
452 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
471 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
481 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
500 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
510 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
536 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KPROBE() local
546 u32 tid = (u32)bpf_get_current_pid_tgid(); in BPF_KRETPROBE() local
[all …]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_trace_writer.py39 def _get_sequence_id(tid): argument
48 def _intern_category(category, trace_packet, tid): argument
62 def _intern_event_name(event_name, trace_packet, tid): argument
76 def write_thread_descriptor_event(output, pid, tid, ts): argument
105 def write_event(output, ph, category, name, ts, args, tid): argument
192 tid, argument
/external/perfetto/test/trace_processor/diff_tests/stdlib/dynamic_tables/
Dconnected_flow_data.json3 …{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0,"ts":0}, number
7 "tid": 15903, number
19 "tid": 15895, number
31 "tid": 15904, number
44 "tid": 15903, number
56 "tid": 15794, number
68 "tid": 15903, number
80 "tid": 15903, number
93 "tid": 15794, number
106 "tid": 15794, number
[all …]
/external/perfetto/test/trace_processor/diff_tests/parser/parsing/
Dflow_events_json_v1.json6 "tid": 15903, number
16 "tid": 15903, number
27 "tid": 15904, number
37 "tid": 15904, number
47 "tid": 15895, number
57 "tid": 15895, number
67 "tid": 15794, number
77 "tid": 15794, number
88 "tid": 15894, number
99 "tid": 15894, number
Dflow_events_json_v2.json6 "tid": 15903, number
20 "tid": 15904, number
35 "tid": 15895, number
47 "tid": 15794, number
62 "tid": 15894, number
76 "tid": 15895, number
88 "tid": 15895, number
98 "tid": 15895, number
/external/elfutils/libdwfl/
Dlinux-pid-attach.c75 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach()
196 pid_t tid = pid_arg->tid_attached; in pid_memory_read() local
281 pid_t tid = tidl; in pid_next_thread() local
293 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread()
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers() local
352 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach()
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach() local
507 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach()
517 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dlog_format.cc55 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
66 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
78 log_internal::Tid tid, absl::Span<char>& buf) { in FormatBoundedFields()
170 absl::Duration subsecond, log_internal::Tid tid, in FormatLogMessage()
191 log_internal::Tid tid, absl::string_view basename, in FormatLogPrefix()
/external/abseil-cpp/absl/log/internal/
Dlog_format.cc55 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
66 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
78 log_internal::Tid tid, absl::Span<char>& buf) { in FormatBoundedFields()
172 absl::Duration subsecond, log_internal::Tid tid, in FormatLogMessage()
193 log_internal::Tid tid, absl::string_view basename, in FormatLogPrefix()
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/
Dlog_format.cc55 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
66 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
78 log_internal::Tid tid, absl::Span<char>& buf) { in FormatBoundedFields()
172 absl::Duration subsecond, log_internal::Tid tid, in FormatLogMessage()
193 log_internal::Tid tid, absl::string_view basename, in FormatLogPrefix()
/external/cronet/stable/third_party/abseil-cpp/absl/log/internal/
Dlog_format.cc55 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
66 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
78 log_internal::Tid tid, absl::Span<char>& buf) { in FormatBoundedFields()
172 absl::Duration subsecond, log_internal::Tid tid, in FormatLogMessage()
193 log_internal::Tid tid, absl::string_view basename, in FormatLogPrefix()
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dlog_format.cc55 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
66 PutLeadingWhitespace(T tid, char*& p) { in PutLeadingWhitespace()
78 log_internal::Tid tid, absl::Span<char>& buf) { in FormatBoundedFields()
172 absl::Duration subsecond, log_internal::Tid tid, in FormatLogMessage()
193 log_internal::Tid tid, absl::string_view basename, in FormatLogPrefix()
/external/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
Drt_tgsigqueueinfo01.c77 pid_t *tid = arg; in receiver_func() local
100 pid_t tid = -1; in verify_signal_parent_thread() local
122 pid_t *tid = arg; in sender_func() local
139 pid_t tid = -1; in verify_signal_inter_thread() local
/external/musl/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity()
17 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in do_getaffinity()
25 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in sched_getaffinity()
/external/trusty/musl/src/sched/
Daffinity.c7 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set) in sched_setaffinity()
17 static int do_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in do_getaffinity()
25 int sched_getaffinity(pid_t tid, size_t size, cpu_set_t *set) in sched_getaffinity()
/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_pthread.rs6 let tid = pthread_self(); in test_pthread_self() localVariable
13 let tid = pthread_self(); in test_pthread_self() localVariable
/external/rust/android-crates-io/crates/gdbstub/src/protocol/common/
Dthread_id.rs23 pub tid: IdKind, field
35 let tid: IdKind = match s.next() { in try_from() localVariable
47 let tid: IdKind = s.try_into()?; in try_from() localVariable
100 pub tid: SpecificIdKind, field
135 pub tid: NonZeroUsize, field
/external/webrtc/modules/video_coding/svc/
Dscalability_structure_test_helpers.cc29 for (int tid = 0; tid < s0; ++tid) { in EnableTemporalLayers() local
32 for (int tid = 0; tid < s1; ++tid) { in EnableTemporalLayers() local
35 for (int tid = 0; tid < s2; ++tid) { in EnableTemporalLayers() local
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/summary/
Dthreads_w_processes.sql23 thread.tid, field
40 m.tid, field
56 m.tid, field
/external/perfetto/test/
Dsynth_common.py65 def __add_ftrace_event(self, ts, tid): argument
71 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument
81 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument
124 def add_kernel_lmk(self, ts, tid): argument
129 def add_sys_enter(self, ts, tid, id): argument
134 def add_sys_exit(self, ts, tid, id, ret): argument
140 def add_newtask(self, ts, tid, new_tid, new_comm, flags): argument
147 def add_process_free(self, ts, tid, comm, prio): argument
154 def add_rename(self, ts, tid, old_comm, new_comm, oom_score_adj): argument
162 def add_print(self, ts, tid, buf): argument
[all …]
/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/google-breakpad/src/google_breakpad/processor/
Dcall_stack.h68 void set_tid(uint32_t tid) { tid_ = tid; } in set_tid()
70 uint32_t tid() const { return tid_; } in tid() function
/external/cronet/stable/third_party/llvm-libc/src/test/src/sched/
Daffinity_test.cpp22 pid_t tid = LIBC_NAMESPACE::syscall_impl<pid_t>(SYS_gettid); in TEST() local
33 pid_t tid = LIBC_NAMESPACE::syscall_impl<pid_t>(SYS_gettid); in TEST() local

12345678910>>...31