Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds