OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpid_syscall_result
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
unistd_test.cpp
411
pid_t
getpid_syscall_result
= syscall(__NR_getpid);
local
413
ASSERT_EQ(
getpid_syscall_result
, getpid());
Completed in 576 milliseconds