Home
last modified time | relevance | path

Searched refs:arglist (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dposix-timers.c158 #define CLOCK_DISPATCH(clock, call, arglist) \ argument
159 ((clock) < 0 ? posix_cpu_##call arglist : \
161 ? (*posix_clocks[clock].call) arglist : common_##call arglist))