Home
last modified time | relevance | path

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

/system/extras/tests/kernel.config/
Dsysvipc_test.cpp30 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { in kcmp() function
77 int ret = kcmp(pid, pid, KCMP_SYSVSEM, 0, 0); in TEST()
79 EXPECT_EQ(-1, kcmp(pid, pid, KCMP_SYSVSEM, 0, 0)); in TEST()