| /xnu-12377.81.4/libkern/firehose/ |
| H A D | tracepoint_private.h | 98 #define FIREHOSE_TRACE_ID_SET_NS(tid, ns) \ argument 101 #define FIREHOSE_TRACE_ID_SET_TYPE(tid, ns, type) \ argument 104 #define FIREHOSE_TRACE_ID_PC_STYLE(tid) \ argument 107 #define FIREHOSE_TRACE_ID_SET_PC_STYLE(tid, flag) ({ \ argument 113 #define FIREHOSE_TRACE_ID_HAS_FLAG(tid, ns, flag) \ argument 115 #define FIREHOSE_TRACE_ID_SET_FLAG(tid, ns, flag) \ argument 117 #define FIREHOSE_TRACE_ID_CLEAR_FLAG(tid, ns, flag) \ argument 120 #define FIREHOSE_TRACE_ID_SET_CODE(tid, code) \ argument
|
| /xnu-12377.81.4/tests/ |
| H A D | turnstiles_test.c | 83 uint64_t tid; in turnstile_prim_lock() local 95 uint64_t tid; in turnstile_prim_unlock() local 179 uint64_t tid; in take_lock_check_priority() local 211 uint64_t tid; in try_to_take_lock_and_unlock() local 233 uint64_t tid; in take_lock_and_exit() local 259 uint64_t tid; in unlock_an_owner_exited_lock() local
|
| H A D | exc_resource_threads.c | 130 pthread_t tid; variable
|
| /xnu-12377.81.4/tests/ktrace/ |
| H A D | kperf_backtracing_tests.c | 64 expect_backtrace(ktrace_session_t s, uint64_t tid, unsigned int *stacks_seen, in expect_backtrace() 316 uint64_t tid; in create_backtrace_thread() local 363 uint64_t tid; variable 426 uint64_t tid; variable 512 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema); variable 567 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema); variable
|
| /xnu-12377.81.4/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 629 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_process32() 652 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_process64() 676 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_process() 698 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid) in au_to_process32_ex() 734 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid) in au_to_process64_ex() 774 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid) in au_to_process_ex() 1004 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_subject32() 1027 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_subject64() 1051 pid_t pid, au_asid_t sid, au_tid_t *tid) in au_to_subject() 1073 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid) in au_to_subject32_ex() [all …]
|
| H A D | audit_bsm.c | 614 au_tid_t tid; in kaudit_to_bsm() local
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | sys_recount.c | 207 uint64_t tid, in proc_pidthreadcounts() 262 __unused uint64_t tid, in proc_pidthreadcounts()
|
| H A D | kern_kpc.c | 226 sysctl_kpc_get_thread_counters(uint32_t tid, in sysctl_kpc_get_thread_counters()
|
| H A D | kdebug.c | 897 uintptr_t tid = (uintptr_t)thread_tid(current_thread()); in kernel_debug() local 919 uintptr_t tid = (uintptr_t)thread_tid(current_thread()); in kernel_debug_flags() local
|
| H A D | proc_info.c | 999 bsd_setthreadname(void *uth, uint64_t tid, const char *name) in bsd_setthreadname()
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | ktrace.py | 427 …def __init__(self, cpuid, verbose, humanize=None, starting_timestamp=None, tid=None, triage=False): argument 551 def IterateKdebugEvents(verbose=False, humanize=False, last=None, tid=None, argument
|
| H A D | kcdata.py | 2068 def __init__(self, pid, tid): argument
|
| /xnu-12377.81.4/tools/lldbmacros/core/ |
| H A D | operating_system.py | 739 def create_thread(self, tid, context): argument 849 def get_register_data(self, tid): argument
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | epoch_sync.c | 445 uint64_t tid = thread_tid(owner_thread); in esync_wait() local 540 uint64_t tid = thread_tid(thread); in esync_wake() local
|
| H A D | thread_policy.c | 1920 uint64_t tid, in proc_set_thread_policy_with_tid() 2814 uint64_t tid, in proc_thread_qos_add_override() 2912 uint64_t tid, in proc_thread_qos_remove_override()
|
| H A D | recount.c | 1267 recount_task_thread_perf_level_usage(struct task *task, uint64_t tid, in recount_task_thread_perf_level_usage()
|
| H A D | task_policy.c | 3120 proc_lf_pidbind(task_t curtask, uint64_t tid, task_t target_task, int bind) in proc_lf_pidbind()
|
| H A D | thread.c | 2610 uint64_t tid = thread->thread_id; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local
|
| H A D | sched_prim.c | 8442 uint64_t tid = perfcontrol_failsafe_tid; in sched_recommended_cores_maintenance() local
|
| /xnu-12377.81.4/bsd/pthread/ |
| H A D | pthread_shims.c | 202 uint64_t tid, int override_qos, boolean_t first_override_for_resource, in proc_usynch_thread_qos_add_override_for_resource() 213 struct uthread *uth, uint64_t tid, user_addr_t resource, int resource_type) in proc_usynch_thread_qos_remove_override_for_resource()
|
| /xnu-12377.81.4/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 72 #define mach_assert_zero_t(tid, error) do { if ((error) != 0) { fprintf(stderr, "[FAIL] Thread %d e… argument 73 #define assert_zero_t(tid, error) do { if ((error) != 0) { fprintf(stderr, "[FAIL] Thread %d e… argument
|
| /xnu-12377.81.4/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 64 pthread_t tid; member
|
| H A D | MPMMtest.c | 68 pthread_t tid; member
|
| /xnu-12377.81.4/tests/sched/ |
| H A D | setitimer.c | 82 uint64_t tid; member
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1033 struct __kern_packet *pkt, uint64_t tid) in rx_flow_batch_packets()
|