gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:CreateMLock from t2ex (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
695:         /* Create mlock */
696:         sts = CreateMLock(&fs_gdt.mlock, (UB*)"Fsys");
697: exit0:
t2ex_source/t2ex/network/net/src/main.c - 8.1KB - 314 lines
243: 
244:         err = CreateMLock(&TKNLock, (CONST UB*)"Ngbl");
245:         if ( err < E_OK ) {
t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
182:         if ( mutex_mlock[index].used_bitmap == 0 ) {
183:                 ER ercd = CreateMLock(&mutex_mlock[index].lock, (CONST UB*)"Nmtx");
184:                 if ( ercd < E_OK ) {