Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c4050 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
4051 (__nsops), (__timeout), (__sops)
4053 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
4054 (__nsops), 0, (__sops), (__timeout)