Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreBlockingQueue.cpp314InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueInitialize()
315 new (pInterCoreBlockingQueue) InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueInitialize()
321InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryInitialize()
322 new (pInterCoreBlockingQueue) InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueTryInitialize()
329InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueFinalize()
331 pInterCoreBlockingQueue->~InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueFinalize()
336InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryEnqueue()
342InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueEnqueue()
348InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryJam()
354InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueJam()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_InterCoreBlockingQueue.h109 class InterCoreBlockingQueue : private os::detail::InterCoreBlockingQueueBase<nn::os::InterCoreCrit…
124 InterCoreBlockingQueue() {} in InterCoreBlockingQueue() function
134 InterCoreBlockingQueue(uptr buffer[], size_t size) : Base(buffer, size) {} in InterCoreBlockingQueue() function
141 ~InterCoreBlockingQueue() { Finalize(); } in ~InterCoreBlockingQueue()
302 …CLIBIMPL_DEFINE_BUFFER_CLASS(nnosInterCoreBlockingQueue, nn::os::InterCoreBlockingQueue, 40 + NN_O…