Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c4110 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
4111 (__nsops), (__timeout), (__sops)
4113 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
4114 (__nsops), 0, (__sops), (__timeout)