gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:knl_mutex_initialize (0.00 seconds)
mtkernel_3
kernel/tkernel/tkinit.c - 1.8KB - 74 lines
52: #if USE_MUTEX
53:         ercd = knl_mutex_initialize();
54:         if(ercd < E_OK) return ercd;