OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsEnter
(Results
1 - 3
of
3
) sorted by null
/external/honggfuzz/libcommon/
ns.h
32
bool
nsEnter
(uintptr_t cloneFlags);
ns.c
46
bool
nsEnter
(uintptr_t cloneFlags) {
/external/honggfuzz/libhfuzz/
linux.c
10
bool linuxEnterNs(uintptr_t cloneFlags) { return
nsEnter
(cloneFlags); }
Completed in 1107 milliseconds