Lines Matching refs:InterCoreBlockingQueue

314InterCoreBlockingQueue* 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()
360InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryDequeue()
366InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueDequeue()
372InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueTryGetFront()
378InterCoreBlockingQueue* pInterCoreBlockingQueue = reinterpret_cast<InterCoreBlockingQueue*>(this_); in nnosInterCoreBlockingQueueGetFront()