Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_space.h130 thread_t is_grower; /* thread growing the space */ member
165 #define is_growing(is) ((is)->is_grower != THREAD_NULL)
H A Dipc_entry.c545 is->is_grower = current_thread(); in ipc_space_start_growing()
551 assert(space->is_grower == current_thread()); in ipc_space_done_growing_and_unlock()
552 space->is_grower = THREAD_NULL; in ipc_space_done_growing_and_unlock()
H A Dipc_space.c177 LCK_SLEEP_DEFAULT, (event_t)space, space->is_grower, in ipc_space_lock_sleep()
/xnu-11215.1.10/tools/lldbmacros/
H A Dipc.py794 if (space.is_grower) != 0: