gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:UMEMLOCK (0.01 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/libtk.h - 3.7KB - 100 lines
87: #ifdef T2EX_MM
88: #define UMEMLOCK(ERR_RET) {                                             \
89:                 ULock(&_SmacbLock);                                   \
95: #else 96: #define UMEMLOCK(ERR_RET) MEMLOCK(ERR_RET) 97: #define UMEMUNLOCK() MEMUNLOCK()