Home
last modified time | relevance | path

Searched refs:thread_t (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/nci/
H A Dnci_dev.c405 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, NUL in start_polling()
607 pthread_t thread_t; stop_polling() local
817 pthread_t thread_t; disconnect_tag() local
862 pthread_t thread_t; TEST_F() local
[all...]

Completed in 2 milliseconds