Home
last modified time | relevance | path

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

12

/xnu-12377.81.4/libkern/firehose/
H A Dtracepoint_private.h98 #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 Dturnstiles_test.c83 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 Dexc_resource_threads.c130 pthread_t tid; variable
/xnu-12377.81.4/tests/ktrace/
H A Dkperf_backtracing_tests.c64 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 Daudit_bsm_token.c629 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 Daudit_bsm.c614 au_tid_t tid; in kaudit_to_bsm() local
/xnu-12377.81.4/bsd/kern/
H A Dsys_recount.c207 uint64_t tid, in proc_pidthreadcounts()
262 __unused uint64_t tid, in proc_pidthreadcounts()
H A Dkern_kpc.c226 sysctl_kpc_get_thread_counters(uint32_t tid, in sysctl_kpc_get_thread_counters()
H A Dkdebug.c897 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 Dproc_info.c999 bsd_setthreadname(void *uth, uint64_t tid, const char *name) in bsd_setthreadname()
/xnu-12377.81.4/tools/lldbmacros/
H A Dktrace.py427 …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 Dkcdata.py2068 def __init__(self, pid, tid): argument
/xnu-12377.81.4/tools/lldbmacros/core/
H A Doperating_system.py739 def create_thread(self, tid, context): argument
849 def get_register_data(self, tid): argument
/xnu-12377.81.4/osfmk/kern/
H A Depoch_sync.c445 uint64_t tid = thread_tid(owner_thread); in esync_wait() local
540 uint64_t tid = thread_tid(thread); in esync_wake() local
H A Dthread_policy.c1920 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 Drecount.c1267 recount_task_thread_perf_level_usage(struct task *task, uint64_t tid, in recount_task_thread_perf_level_usage()
H A Dtask_policy.c3120 proc_lf_pidbind(task_t curtask, uint64_t tid, task_t target_task, int bind) in proc_lf_pidbind()
H A Dthread.c2610 uint64_t tid = thread->thread_id; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local
H A Dsched_prim.c8442 uint64_t tid = perfcontrol_failsafe_tid; in sched_recommended_cores_maintenance() local
/xnu-12377.81.4/bsd/pthread/
H A Dpthread_shims.c202 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 Dzero-to-n.c72 #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 DKQMPMMtest.c64 pthread_t tid; member
H A DMPMMtest.c68 pthread_t tid; member
/xnu-12377.81.4/tests/sched/
H A Dsetitimer.c82 uint64_t tid; member
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1033 struct __kern_packet *pkt, uint64_t tid) in rx_flow_batch_packets()

12