Searched refs:pacc_thread (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/mm/ |
D | pkey_siginfo.c | 242 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()
|