gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:MEMUNLOCK (0.00 seconds)
tkernel_2
lib/libtk/src/kmalloc.c - 1.6KB - 85 lines
30:         p = _mem_malloc(size, &_Kmacb);
31:         MEMUNLOCK()
32: 
More results from tkernel_2
t2ex
t2ex_source/lib/libtk/src_t2ex/libtk.h - 3.7KB - 100 lines
96: #define UMEMLOCK(ERR_RET) MEMLOCK(ERR_RET)
97: #define UMEMUNLOCK() MEMUNLOCK()
98: #endif