gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_cre_sem from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
745:         csem.maxsem  = 1;
746:         ercd = tk_cre_sem(&csem);
747:         if ( ercd < E_OK ) {
lib/libtk/src/fastlock.c - 2.6KB - 115 lines
94: 
95:         ercd = tk_cre_sem(&csem);
96:         if ( ercd < E_OK ) {