gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:to_msec_tmo (0.01 seconds)
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
179: #define to_usec_tmo(ms) ( (TMO_U)(( (ms) > 0 )? to_usec(ms): (ms)) )
180: #define to_msec_tmo(us) ( (TMO)  (( (us) > 0 )? to_msec(us): (us)) )
181: