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

/linux-4.1.27/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c46 pid_t getppid_tm(bool suspend) getppid_tm() function
100 FAIL_IF(getppid_tm(true) == -1); /* Should succeed. */ tm_syscall()
106 FAIL_IF(getppid_tm(false) != -1); /* Should fail... */ tm_syscall()

Completed in 52 milliseconds