Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c37 pthread_t test_thread; in test_mt_membarrier() local
39 pthread_create(&test_thread, NULL, in test_mt_membarrier()
57 pthread_join(test_thread, NULL); in test_mt_membarrier()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c188 int test_thread(void *param) in test_thread() function
344 _os_thread_init(d, thread, test_thread, thread, "test_thread"); in phl_test_module_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c188 int test_thread(void *param) in test_thread() function
344 _os_thread_init(d, thread, test_thread, thread, "test_thread"); in phl_test_module_start()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c3568 struct task_struct *test_thread; in event_test_stuff() local
3570 test_thread = kthread_run(event_test_thread, NULL, "test-events"); in event_test_stuff()
3572 kthread_stop(test_thread); in event_test_stuff()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp1999 static void* test_thread(void* args) { function
2737 pthread_create(&tid, NULL, test_thread, &main_ctx);