Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c46 pid_t getppid_tm(bool suspend) in getppid_tm() function
111 FAIL_IF(getppid_tm(true) == -1); /* Should succeed. */ in tm_syscall()
117 FAIL_IF(getppid_tm(false) != -1); /* Should fail... */ in tm_syscall()