Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_Alarm.cpp41 MemoryBlock threadPoolMemoryBlock; //!< アラームスレッド用メモリブロック variable
62 threadPoolMemoryBlock.Initialize(sizeof(nn::os::ThreadPool)); in InitializeAlarmSystem()
64 …adPool) + ThreadPool::GetWorkBufferSize(100, NUM_ALARM_THREAD) <= threadPoolMemoryBlock.GetSize()); in InitializeAlarmSystem()
65 void* threadPoolStorage = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress()); in InitializeAlarmSystem()
66 void* buffer = reinterpret_cast<void*>(threadPoolMemoryBlock.GetAddress() + sizeof(ThreadPool)); in InitializeAlarmSystem()