Home
last modified time | relevance | path

Searched refs:m_lock (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c59 rtl_memory_lock_type m_lock; member
994 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()
997 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_deactivate()
1402 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()
1411 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()
1428 &(g_cache_list.m_lock), in rtl_cache_wsupdate_wait()
1436 RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_fini()
1439 RTL_MEMORY_LOCK_RELEASE(&(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()
1475 RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); in rtl_cache_wsupdate_init()
[all …]
H A Dalloc_arena.c53 rtl_memory_lock_type m_lock; member
327 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_hash_rescale()
378 RTL_MEMORY_LOCK_RELEASE(&(arena->m_lock)); in rtl_arena_hash_rescale()
464 RTL_MEMORY_LOCK_RELEASE(&(arena->m_lock)); in rtl_arena_hash_remove()
564 RTL_MEMORY_LOCK_RELEASE(&(arena->m_lock)); in rtl_arena_segment_create()
570 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_segment_create()
704 RTL_MEMORY_LOCK_DESTROY(&(arena->m_lock)); in rtl_arena_destructor()
1028 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_alloc()
1068 RTL_MEMORY_LOCK_RELEASE(&(arena->m_lock)); in rtl_arena_alloc()
1101 RTL_MEMORY_LOCK_ACQUIRE(&(arena->m_lock)); in rtl_arena_free()
[all …]
H A Dalloc_arena.h93 rtl_memory_lock_type m_lock; member
/trunk/main/sal/inc/internal/
H A Donce.h51 LONG volatile m_lock; member
60 while (InterlockedExchange(&(control->m_lock), 1) == 1) Sleep(0); \
67 InterlockedExchange(&(control->m_lock), 0); \
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java1316 m_lock = i_lock; in CountingUndoAction()
1327 synchronized( m_lock ) in undo()
1339 private final Object m_lock; field in UndoManager.CountingUndoAction

Completed in 40 milliseconds