HomeSort by relevance Sort by last modified time
    Searched defs:kcmp (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/kernel.config/
sysvipc_test.cpp 18 #include <linux/kcmp.h>
26 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { function
34 int ret = kcmp(pid, pid, KCMP_SYSVSEM, 0, 0);
36 EXPECT_EQ(-1, kcmp(pid, pid, KCMP_SYSVSEM, 0, 0));
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp.h 41 # include <linux/kcmp.h>
47 int kcmp(int pid1, int pid2, int type, int fd1, int fd2) function

Completed in 699 milliseconds