Searched refs:threadWrapper (Results 1 – 1 of 1) sorted by relevance
162 template <typename Type> void *threadWrapper(void *Data) { in threadWrapper() function219 if (pthread_create(&t[m], &attr[m], &threadWrapper<Type>, in testAtomicRMWThreads()234 if (pthread_create(&t[m], &attr[m], &threadWrapper<Type>, in testAtomicRMWThreads()