Searched refs:RTL_MEMORY_LOCK_INIT (Results 1 – 3 of 3) sorted by relevance
208 #define RTL_MEMORY_LOCK_INIT(lock) pthread_mutex_init((lock), NULL) macro227 #define RTL_MEMORY_LOCK_INIT(lock) InitializeCriticalSection((lock)) macro
827 (void)RTL_MEMORY_LOCK_INIT(&(cache->m_slab_lock)); in rtl_cache_constructor()837 (void)RTL_MEMORY_LOCK_INIT(&(cache->m_depot_lock)); in rtl_cache_constructor()1660 RTL_MEMORY_LOCK_INIT(&(g_cache_list.m_lock)); in rtl_cache_once_init()
664 (void) RTL_MEMORY_LOCK_INIT(&(arena->m_lock)); in rtl_arena_constructor()1289 RTL_MEMORY_LOCK_INIT(&(g_arena_list.m_lock)); in rtl_arena_once_init()
Completed in 15 milliseconds