Searched refs:mRecordThread (Results 1 – 6 of 6) sorted by relevance
140 mRecordThread = std::thread(&DvrCallback::recordThreadLoop, this); in startRecordOutputThread()194 if (mRecordThread.joinable()) { in stopRecordThread()195 mRecordThread.join(); in stopRecordThread()
127 std::thread mRecordThread; variable
143 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()144 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
140 pthread_t mRecordThread; variable
142 pthread_create(&mRecordThread, NULL, __threadLoopRecord, (void*)threadArgs); in startRecordOutputThread()143 pthread_setname_np(mRecordThread, "test_record_input_loop"); in startRecordOutputThread()
141 pthread_t mRecordThread; variable