Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dstress.c227 pthread_t sy_rec; in main() local
272 ret = pthread_create(&sy_rec, NULL, sync_rec, &synchro); in main()
278 ret = pthread_create(&sy_snd, NULL, sync_send, &sy_rec); in main()
312 ret = pthread_join(sy_rec, NULL); in main()