Searched refs:prot_thread (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_siginfo.c | 242 pthread_t prot_thread, pacc_thread; in test() local 301 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test() 303 FAIL_IF(pthread_join(prot_thread, NULL) != 0); in test() 309 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test() 311 FAIL_IF(pthread_join(prot_thread, NULL) != 0); in test() 317 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test() 319 FAIL_IF(pthread_join(prot_thread, NULL) != 0); in test()
|