Searched refs:threadPoolStorage (Results 1 – 1 of 1) sorted by relevance
65 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem() local67 …alarmThreadPool = new (threadPoolStorage) ThreadPool(buffer, 100, NUM_ALARM_THREAD, stacks, priori… in InitializeAlarmSystem()