Searched refs:InterCoreBlockingQueue (Results 1 – 2 of 2) sorted by relevance
314 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueInitialize()315 new (pInterCoreBlockingQueue) InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueInitialize()321 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryInitialize()322 new (pInterCoreBlockingQueue) InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueTryInitialize()329 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueFinalize()331 pInterCoreBlockingQueue->~InterCoreBlockingQueue(); in nnosInterCoreBlockingQueueFinalize()336 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryEnqueue()342 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueEnqueue()348 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryJam()354 …InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueJam()[all …]
109 class InterCoreBlockingQueue : private os::detail::InterCoreBlockingQueueBase<nn::os::InterCoreCrit…124 InterCoreBlockingQueue() {} in InterCoreBlockingQueue() function134 InterCoreBlockingQueue(uptr buffer[], size_t size) : Base(buffer, size) {} in InterCoreBlockingQueue() function141 ~InterCoreBlockingQueue() { Finalize(); } in ~InterCoreBlockingQueue()302 …CLIBIMPL_DEFINE_BUFFER_CLASS(nnosInterCoreBlockingQueue, nn::os::InterCoreBlockingQueue, 40 + NN_O…