Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_Synchronization.cpp81 const s32 STATIC_ALLOCATE_SIZE = 10; in WaitMultiple() local
82 if (numHandles <= STATIC_ALLOCATE_SIZE) in WaitMultiple()
84 nn::Handle handles[STATIC_ALLOCATE_SIZE]; in WaitMultiple()