OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__futex_wake
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/arch-arm/bionic/
futex_arm.S
61
//
__futex_wake
(*ftx, counter)
62
ENTRY(
__futex_wake
)
function
70
END(
__futex_wake
)
/bionic/libc/arch-mips/bionic/
futex_mips.S
63
* int
__futex_wake
(volatile void *ftx, int count)
66
.type
__futex_wake
, @function
67
.globl
__futex_wake
69
.ent
__futex_wake
70
__futex_wake
:
label
88
.end
__futex_wake
/bionic/libc/arch-x86/bionic/
futex_x86.S
22
// int
__futex_wake
(volatile void *ftx, int count)
23
ENTRY(
__futex_wake
)
function
32
END(
__futex_wake
)
Completed in 110 milliseconds