Searched defs:InterCoreBlockingQueueBase (Results 1 – 2 of 2) sorted by relevance
46 InterCoreBlockingQueueBase() {} in InterCoreBlockingQueueBase() function47 InterCoreBlockingQueueBase(uptr buffer[], size_t size) { Initialize(buffer, size); } in InterCoreBlockingQueueBase() function
299 template class InterCoreBlockingQueueBase<nn::os::InterCoreCriticalSection>; variable