Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_space.h138 thread_t is_grower; /* thread growing the space */ member
199 #define is_growing(is) ((is)->is_grower != THREAD_NULL)
H A Dipc_entry.c594 is->is_grower = current_thread(); in ipc_space_start_growing()
600 assert(space->is_grower == current_thread()); in ipc_space_done_growing_and_unlock()
601 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-12377.81.4/tools/lldbmacros/
H A Dipc.py1012 if (space.is_grower) != 0: