OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__futex_syscall4
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/arch-arm/bionic/
futex_arm.S
44
//
__futex_syscall4
(*ftx, op, val, *timespec)
45
ENTRY(
__futex_syscall4
)
function
47
END(
__futex_syscall4
)
/bionic/libc/arch-mips/bionic/
futex_mips.S
117
/*
__futex_syscall4
(*ftx, op, val)
120
.type
__futex_syscall4
, @function
121
.global
__futex_syscall4
123
.ent
__futex_syscall4
124
__futex_syscall4
:
label
142
.end
__futex_syscall4
/bionic/libc/arch-x86/bionic/
futex_x86.S
46
// int
__futex_syscall4
(volatile void *ftx, int op, int val, const struct timespec *timeout)
47
ENTRY(
__futex_syscall4
)
function
59
END(
__futex_syscall4
)
Completed in 284 milliseconds