Home
last modified time | relevance | path

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

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