Home
last modified time | relevance | path

Searched refs:turnstile_type (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/tools/lldbmacros/
H A Dturnstile.py24 turnstile_type = "none "
26 turnstile_type = "knl_mtx"
28 turnstile_type = "ulock "
30 turnstile_type = "pth_mtx"
32 turnstile_type = "syn_ipc"
34 turnstile_type = "kqwl "
36 turnstile_type = "workq "
38 turnstile_type = "knote "
40 turnstile_type = "slp_inh"
42 turnstile_type = "epoch_k"
[all …]
/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.h64 typedef enum __attribute__((packed)) turnstile_type { enum