Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vgs.cpp236 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in TEST_VGS_MultiTest() local
237 memcpy(&(tmpCtx[jobIndex]), ctx, sizeof(TEST_VGS_PROC_CTX_S)); in TEST_VGS_MultiTest()
238 …pthread_create(&tids[jobIndex], 0, TEST_VGS_MultiProc, reinterpret_cast<void *>(&tmpCtx[jobIndex])… in TEST_VGS_MultiTest()
242 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in TEST_VGS_MultiTest() local
244 s32Ret = pthread_join(tids[jobIndex], &retval); in TEST_VGS_MultiTest()
246 RK_LOGE("vgs multi test error test id:%d", tids[jobIndex]); in TEST_VGS_MultiTest()
H A Dtest_comm_tde.cpp319 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in TEST_TDE_MultiTest() local
320 memcpy(&(tmpCtx[jobIndex]), ctx, sizeof(TEST_TDE_PROC_CTX_S)); in TEST_TDE_MultiTest()
321 …pthread_create(&tids[jobIndex], 0, TEST_TDE_MultiProc, reinterpret_cast<void *>(&tmpCtx[jobIndex])… in TEST_TDE_MultiTest()
324 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in TEST_TDE_MultiTest() local
326 s32Ret = pthread_join(tids[jobIndex], &retval); in TEST_TDE_MultiTest()
328 RK_LOGE("tde multi test error test id:%d", tids[jobIndex]); in TEST_TDE_MultiTest()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp950 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in unit_test_mpi_vgs() local
951 memcpy(&(tmpCtx[jobIndex]), ctx, sizeof(TEST_VGS_CTX_S)); in unit_test_mpi_vgs()
952 …pthread_create(&tids[jobIndex], 0, unit_test_vgs_counts, reinterpret_cast<void *>(&tmpCtx[jobIndex in unit_test_mpi_vgs()
956 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) { in unit_test_mpi_vgs() local
957 pthread_join(tids[jobIndex], RK_NULL); in unit_test_mpi_vgs()
H A Dtest_mpi_gdc.cpp197 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) {
198 memcpy(&(tmpCtx[jobIndex]), ctx, sizeof(TEST_GDC_CTX_S));
199 …pthread_create(&tids[jobIndex], 0, unit_test_gdc_counts, reinterpret_cast<void *>(&tmpCtx[jobIndex
203 for (RK_S32 jobIndex = 0; jobIndex < ctx->s32JobNum; jobIndex++) {
204 pthread_join(tids[jobIndex], RK_NULL);