OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__futex_wake
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_futex.h
53
static inline int
__futex_wake
(volatile void* ftx, int count) {
function
/bionic/libc/bionic/
ndk_cruft.cpp
215
#define
__futex_wake
__real_futex_wake
macro
218
#undef
__futex_wake
macro
222
int
__futex_wake
(volatile void* ftx, int count) {
function
Completed in 1110 milliseconds