Home
last modified time | relevance | path

Searched defs:timed_code_block (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/include/minix/
H A Dtimers.h90 #define TIME_BLOCK_VAR(timed_code_block, time_interval) do { \ argument
116 #define TIME_BLOCK(timed_code_block) TIME_BLOCK_VAR(timed_code_block, 100) argument
117 #define TIME_BLOCK_T(timed_code_block, t) TIME_BLOCK_VAR(timed_code_block, t) argument