Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/legacy/
H A Drk_list.cpp364 pthread_t mThread; in rk_list_test_0() local
369 pthread_create(&mThread, &attr, rk_list_test_loop_0, (void*)list_0); in rk_list_test_0()
383 pthread_join(mThread, &dummy); in rk_list_test_0()