nn::os::SafeBlockingQueue::GetFront Member Function#include <nn/os.h> uptr GetFront() const;
None.
Gets the element at the front of the queue.
If the queue is empty, blocks the thread until the queue is no longer empty. If the queue is not empty, gets the element at the front of the queue. The state of the queue does not change.
CONFIDENTIAL