gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_del_sem from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
818:         if ( DevMgrSync > 0 ) {
819:                 tk_del_sem(DevMgrSync);
820:                 DevMgrSync = 0;
lib/libtk/src/fastlock.c - 2.6KB - 115 lines
111:         if ( lock->id > 0 ) {
112:                 tk_del_sem(lock->id);
113:         }