Searched refs:RTL_MEMORY_LOCK_ACQUIRE (Results 1 – 3 of 3) sorted by relevance
143 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_slab_lock)); in rtl_cache_hash_rescale()252 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_slab_lock)); in rtl_cache_hash_remove()413 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_slab_lock)); in rtl_cache_slab_populate()447 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_slab_lock)); in rtl_cache_slab_alloc()537 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_slab_lock)); in rtl_cache_slab_free()802 RTL_MEMORY_LOCK_ACQUIRE(&(cache->m_depot_lock)); in rtl_cache_depot_populate()994 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()1402 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()1436 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_fini()1460 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()[all …]
327 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_hash_rescale()466 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_hash_remove()570 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_segment_create()791 RTL_MEMORY_LOCK_ACQUIRE(&(g_arena_list.m_lock)); in rtl_arena_activate()808 RTL_MEMORY_LOCK_ACQUIRE(&(g_arena_list.m_lock)); in rtl_arena_deactivate()1028 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_alloc()1101 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_free()1384 RTL_MEMORY_LOCK_ACQUIRE(&(g_arena_list.m_lock)); in rtl_arena_fini()
211 #define RTL_MEMORY_LOCK_ACQUIRE(lock) pthread_mutex_lock((lock)) macro230 #define RTL_MEMORY_LOCK_ACQUIRE(lock) EnterCriticalSection((lock)) macro
Completed in 41 milliseconds