Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c52 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()