Searched refs:NUM_ALARM_THREAD (Results 1 – 1 of 1) sorted by relevance
38 const size_t NUM_ALARM_THREAD = 2; //!< アラームスレッド数 variable40 StackBuffer<STACK_SIZE> s_Stacks[NUM_ALARM_THREAD];57 uptr stacks[NUM_ALARM_THREAD]; in InitializeAlarmSystem()58 for (s32 i = 0; i < NUM_ALARM_THREAD; ++i) in InitializeAlarmSystem()64 …NN_TASSERT_(sizeof(ThreadPool) + ThreadPool::GetWorkBufferSize(100, NUM_ALARM_THREAD) <= threadPoo… in InitializeAlarmSystem()67 …alarmThreadPool = new (threadPoolStorage) ThreadPool(buffer, 100, NUM_ALARM_THREAD, stacks, priori… in InitializeAlarmSystem()74 …return STACK_SIZE * NUM_ALARM_THREAD + (sizeof(nn::os::ThreadPool) / NN_OS_MEMORY_PAGE_SIZE + 1) *… in GetRequiredMemorySizeForAlarmSystem()