Search | Google it | Results 1 - 3 of 3 for funcall:CreateMLock from t2ex (0.00 seconds) |
695: /* Create mlock */ 696: sts = CreateMLock(&fs_gdt.mlock, (UB*)"Fsys"); 697: exit0:
243: 244: err = CreateMLock(&TKNLock, (CONST UB*)"Ngbl"); 245: if ( err < E_OK ) {
182: if ( mutex_mlock[index].used_bitmap == 0 ) { 183: ER ercd = CreateMLock(&mutex_mlock[index].lock, (CONST UB*)"Nmtx"); 184: if ( ercd < E_OK ) {