gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 10 for funcall:to_usec_tmo (0.01 seconds)
tkernel_2
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
830: {
831:         return _tk_rea_dev_du(dd, start, buf, size, to_usec_tmo(tmout));
832: }
More results from deviceio.c
kernel/tkernel/src/eventflag.c - 11.8KB - 477 lines
274: {
275:         return _tk_wai_flg_u(flgid, waiptn, wfmode, p_flgptn, to_usec_tmo(tmout));
276: }
kernel/tkernel/src/mailbox.c - 11.4KB - 462 lines
275: {
276:         return _tk_rcv_mbx_u(mbxid, ppk_msg, to_usec_tmo(tmout));
277: }
kernel/tkernel/src/mempfix.c - 12.5KB - 498 lines
238: {
239:         return _tk_get_mpf_u(mpfid, p_blf, to_usec_tmo(tmout));
240: }
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
530: {
531:         return _tk_get_mpl_u(mplid, blksz, p_blk, to_usec_tmo(tmout));
532: }
kernel/tkernel/src/messagebuf.c - 18.5KB - 689 lines
359: {
360:         return _tk_snd_mbf_u(mbfid, msg, msgsz, to_usec_tmo(tmout));
361: }
More results from messagebuf.c
kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
411: {
412:         return _tk_loc_mtx_u(mtxid, to_usec_tmo(tmout));
413: }
kernel/tkernel/src/rendezvous.c - 20.8KB - 757 lines
225: {
226:         return _tk_cal_por_u(porid, calptn, msg, cmsgsz, to_usec_tmo(tmout));
227: }
More results from rendezvous.c
kernel/tkernel/src/semaphore.c - 11.5KB - 475 lines
279: {
280:         return _tk_wai_sem_u(semid, cnt, to_usec_tmo(tmout));
281: }
kernel/tkernel/src/task_sync.c - 8.2KB - 357 lines
173: {
174:         return _tk_slp_tsk_u(to_usec_tmo(tmout));
175: }
More results from task_sync.c