Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dturnstile.py28 turnstile_type = "none "
30 turnstile_type = "knl_mtx"
32 turnstile_type = "ulock "
34 turnstile_type = "pth_mtx"
36 turnstile_type = "syn_ipc"
38 turnstile_type = "kqwl "
40 turnstile_type = "workq "
42 turnstile_type = "knote "
44 turnstile_type = "slp_inh"
46 turnstile_type = " "
[all …]
/xnu-8796.121.2/osfmk/kern/
H A Dturnstile.h65 typedef enum __attribute__((packed)) turnstile_type { enum