Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlinux_util.cc159 bool* syscall_supported) { in FindThreadIDWithSyscall() argument
160 if (syscall_supported != nullptr) in FindThreadIDWithSyscall()
161 *syscall_supported = false; in FindThreadIDWithSyscall()
174 if (syscall_supported != nullptr) in FindThreadIDWithSyscall()
175 *syscall_supported = true; in FindThreadIDWithSyscall()
Dlinux_util.h34 bool* syscall_supported);