Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c7752 static int do_futex(CPUState *cpu, bool time64, target_ulong uaddr, in do_futex() function
12876 return do_futex(cpu, false, arg1, arg2, arg3, arg4, arg5, arg6); in _syscall2()
12880 return do_futex(cpu, true, arg1, arg2, arg3, arg4, arg5, arg6); in _syscall2()