Searched refs:m_arrPerThreadData (Results 1 – 1 of 1) sorted by relevance
355 perThreadData **m_arrPerThreadData; member378 pThis->m_arrPerThreadData = NULL; in globalThreadDataNew()382 pThis->m_arrPerThreadData = (perThreadData **) in globalThreadDataNew()387 pThis->m_arrPerThreadData[i] = NULL; in globalThreadDataNew()400 if(pThis->m_arrPerThreadData[i] != NULL) in globalThreadDataDestroy()402 perThreadDataDestroy(pThis->m_arrPerThreadData[i]); in globalThreadDataDestroy()405 free(pThis->m_arrPerThreadData); in globalThreadDataDestroy()452 &(threadInfoGlobal->m_arrPerThreadData[thread_id]) in test_integer_ops_do_thread()