Home
last modified time | relevance | path

Searched refs:RTL_MEMORY_LOCK_INIT (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_impl.h208 #define RTL_MEMORY_LOCK_INIT(lock) pthread_mutex_init((lock), NULL) macro
227 #define RTL_MEMORY_LOCK_INIT(lock) InitializeCriticalSection((lock)) macro
H A Dalloc_cache.c827 (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()
H A Dalloc_arena.c664 (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 30 milliseconds