Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dturnstile.py22 turnstile_type = ""
25 turnstile_type = "none "
27 turnstile_type = "knl_mtx"
29 turnstile_type = "ulock "
31 turnstile_type = "pth_mtx"
33 turnstile_type = "syn_ipc"
35 turnstile_type = "kqwl "
37 turnstile_type = "workq "
39 turnstile_type = "knote "
41 turnstile_type = "slp_inh"
[all …]
/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.h65 typedef enum __attribute__((packed)) turnstile_type { enum