Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c30 pid_t getppid_tm(bool suspend) in getppid_tm() function
85 FAIL_IF(getppid_tm(true) == -1); /* Should succeed. */ in tm_syscall()
91 FAIL_IF(getppid_tm(false) != -1); /* Should fail... */ in tm_syscall()