Searched refs:thread_t (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 405 pthread_t thread_t; in FIXTURE_SETUP() local 436 rc = pthread_create(&thread_t, NULL, virtual_dev_open_v2, in FIXTURE_SETUP() 439 rc = pthread_create(&thread_t, NULL, virtual_dev_open, in FIXTURE_SETUP() 447 pthread_join(thread_t, (void **)&status); in FIXTURE_SETUP() 499 pthread_t thread_t; in FIXTURE_TEARDOWN() local 505 rc = pthread_create(&thread_t, NULL, in FIXTURE_TEARDOWN() 509 rc = pthread_create(&thread_t, NULL, virtual_deinit, in FIXTURE_TEARDOWN() 517 pthread_join(thread_t, (void **)&status); in FIXTURE_TEARDOWN() 587 pthread_t thread_t; in start_polling() local 591 rc = pthread_create(&thread_t, NULL, virtual_poll_start, in start_polling() [all …]
|