gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:CreateLock (0.00 seconds)
mtkernel_3
device/common/drvif/msdrvif.c - 4.5KB - 197 lines
146:         /* Create the lock for exclusive access control */
147:         err = CreateLock(&msdi->lock, dmsdi->devnm);
148:         if ( err < E_OK ) goto err_ret2;
tkernel_2
driver/tef_em1d/clk/src/em1d512_iic.c - 8.8KB - 338 lines
305:         /* creating a lock for exclusive control */
306:         er = CreateLock(&IICLock[ch], IICTag);
307:         if (er < E_OK) {
More results from tkernel_2
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
571:         /* Generate exclusion control lock */
572:         ercd = CreateLock(&MemLock, OBJNAME_MMLOCK);
573:         if ( ercd < E_OK ) {
More results from t2ex