Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c35 pid_t getppid_tm(bool scv, bool suspend) in getppid_tm() function
98 FAIL_IF(getppid_tm(false, true) == -1); /* Should succeed. */ in tm_syscall()
104 FAIL_IF(getppid_tm(false, false) != -1); /* Should fail... */ in tm_syscall()
110 FAIL_IF(getppid_tm(true, true) == -1); /* Should succeed. */ in tm_syscall()
111 FAIL_IF(getppid_tm(true, false) != -1); /* Should fail... */ in tm_syscall()