Searched refs:_uxe_host_class_storage_lock (Results 1 – 2 of 2) sorted by relevance
200 UINT _uxe_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait) in _uxe_host_class_storage_lock() function
665 UINT _uxe_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait);672 #define _uxe_host_class_storage_lock(s,w) (((s) != UX_NULL) ? _ux_host_semaphore_get(&(s) -> ux_hos… macro712 #define ux_host_class_storage_lock _uxe_host_class_storage_lock