Searched refs:t1_pong (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 52 pthread_t t1_pong; variable 230 pthread_kill(t1_pong, SIGUSR1); in ping() 309 rc = pthread_create(&t1_pong, &attr, pong, NULL); in tm_trap_test() 317 rc = pthread_join(t1_pong, NULL); in tm_trap_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 52 pthread_t t1_pong; variable 230 pthread_kill(t1_pong, SIGUSR1); in ping() 310 rc = pthread_create(&t1_pong, &attr, pong, NULL); in tm_trap_test() 318 rc = pthread_join(t1_pong, NULL); in tm_trap_test()
|
Completed in 2 milliseconds