Searched refs:mThread (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_thread.cpp | 72 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 D | mpp_list.cpp | 660 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 D | 0008-qwaylanddisplay-Wakeup-main-event-dispatcher-when-ev.patch | 87 + 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 D | 0001-Bug-1721326-Fix-build-with-glibc-2.34.patch | 45 mThread = PR_CreateThread(PR_USER_THREAD, WatchdogMain, this, 49 if (!mThread) {
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | rk_list.cpp | 364 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 D | mpp_thread.h | 282 pthread_t mThread;
|