Searched defs:p_lock_context (Results 1 – 3 of 3) sorted by relevance
60 void host_stack_mutex_lock(void * p_lock_context) in host_stack_mutex_lock()67 void host_stack_mutex_unlock(void * p_lock_context) in host_stack_mutex_unlock()
106 static void debug_heap_mutex_lock(void * p_lock_context) in debug_heap_mutex_lock()113 static void debug_heap_mutex_unlock(void * p_lock_context) in debug_heap_mutex_unlock()
103 void* p_lock_context; /**< lock context pointer */ member