Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/os/
Dos_Alarm.cpp42 MemoryBlock threadPoolMemoryBlock; // variable
67 threadPoolMemoryBlock.Initialize(sizeof(nn::os::ThreadPool)); in InitializeAlarmSystem()
69 …adPool) + ThreadPool::GetWorkBufferSize(100, NUM_ALARM_THREAD) <= threadPoolMemoryBlock.GetSize()); in InitializeAlarmSystem()
70 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem()
71 void* buffer = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress() + sizeof(ThreadPool)); in InitializeAlarmSystem()