Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c200 } thread_watchlist_t; typedef
3091 thread_watchlist_t * threadlist; in apply_appstate_watchers()
3100 threadlist = kalloc_type(thread_watchlist_t, numwatchers, Z_WAITOK | Z_ZERO); in apply_appstate_watchers()
3111 kfree_type(thread_watchlist_t, numwatchers, threadlist); in apply_appstate_watchers()
3117 kfree_type(thread_watchlist_t, numwatchers, threadlist); in apply_appstate_watchers()
3146 kfree_type(thread_watchlist_t, numwatchers, threadlist); in apply_appstate_watchers()