Search | Google it | Results 1 - 3 of 3 for funcall:CreateLock (0.00 seconds) |
146: /* Create the lock for exclusive access control */ 147: err = CreateLock(&msdi->lock, dmsdi->devnm); 148: if ( err < E_OK ) goto err_ret2;
305: /* creating a lock for exclusive control */ 306: er = CreateLock(&IICLock[ch], IICTag); 307: if (er < E_OK) {
571: /* Generate exclusion control lock */ 572: ercd = CreateLock(&MemLock, OBJNAME_MMLOCK); 573: if ( ercd < E_OK ) {