Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vgs.cpp231 TEST_VGS_PROC_CTX_S tmpCtx[VGS_MAX_JOB_NUM]; 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()
H A Dtest_mod_vpss.cpp147 TEST_VPSS_CTX_S tmpCtx[VPSS_MAX_GRP_NUM]; in TEST_VPSS_ModTest() local
150 memcpy(&(tmpCtx[grpIndex]), ctx, sizeof(TEST_VPSS_CTX_S)); in TEST_VPSS_ModTest()
151 …d_create(&tids[grpIndex], 0, TEST_VPSS_ModSingleTest, reinterpret_cast<void *>(&tmpCtx[grpIndex])); in TEST_VPSS_ModTest()
H A Dtest_comm_tde.cpp314 TEST_TDE_PROC_CTX_S tmpCtx[TDE_MAX_JOB_NUM]; 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()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp948 TEST_VGS_CTX_S tmpCtx[VGS_MAX_JOB_NUM]; 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()
H A Dtest_mpi_gdc.cpp195 TEST_GDC_CTX_S tmpCtx[GDC_MAX_JOB_NUM];
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…