Home
last modified time | relevance | path

Searched defs:InterCoreBlockingQueueBase (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_InterCoreBlockingQueue.h46 InterCoreBlockingQueueBase() {} in InterCoreBlockingQueueBase() function
47 InterCoreBlockingQueueBase(uptr buffer[], size_t size) { Initialize(buffer, size); } in InterCoreBlockingQueueBase() function
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreBlockingQueue.cpp299 template class InterCoreBlockingQueueBase<nn::os::InterCoreCriticalSection>; variable