Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c242 pthread_t prot_thread, pacc_thread; in test() local
302 FAIL_IF(pthread_create(&pacc_thread, &attr, &protect_access, &r) != 0); in test()
304 FAIL_IF(pthread_join(pacc_thread, NULL) != 0); in test()
310 FAIL_IF(pthread_create(&pacc_thread, &attr, &protect_access, &r) != 0); in test()
312 FAIL_IF(pthread_join(pacc_thread, NULL) != 0); in test()
318 FAIL_IF(pthread_create(&pacc_thread, &attr, &protect_access, &r) != 0); in test()
320 FAIL_IF(pthread_join(pacc_thread, NULL) != 0); in test()