Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_thread.cpp72 if (0 == pthread_create(&mThread, &attr, mFunction, mContext)) { in start()
74 RK_S32 ret = pthread_setname_np(mThread, mName); in start()
97 pthread_join(mThread, &dummy); in stop()
H A Dmpp_list.cpp660 pthread_t mThread; in mpp_list_test_0() local
665 pthread_create(&mThread, &attr, mpp_list_test_loop_0, (void*)list_0); in mpp_list_test_0()
679 pthread_join(mThread, &dummy); in mpp_list_test_0()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0008-qwaylanddisplay-Wakeup-main-event-dispatcher-when-ev.patch87 + mThread = new QWaylandDisplayThread(mDisplay);
97 + delete mThread;
119 + QWaylandDisplayThread *mThread = nullptr;
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0001-Bug-1721326-Fix-build-with-glibc-2.34.patch45 mThread = PR_CreateThread(PR_USER_THREAD, WatchdogMain, this,
49 if (!mThread) {
/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_thread.h282 pthread_t mThread;