Searched refs:threadArgs (Results 1 – 3 of 3) sorted by relevance
107 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local110 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()120 LibInitArgs threadArgs; in tests_CC_libInit() local121 threadArgs.rndContext_ptr=rndContext_ptr; in tests_CC_libInit()122 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit()134 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit()
29 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local35 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()46 LibInitArgs threadArgs; in tests_CC_libInit() local48 threadArgs.rndContext_ptr=rndContext_ptr; in tests_CC_libInit()49 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit()63 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit()
26 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local27 gRndContext_ptr.rndState = threadArgs->p_rng; in Test_LibInit()28 gRndContext_ptr.entropyCtx = threadArgs->p_entropy; in Test_LibInit()30 rc = CC_LibInit(&gRndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()