MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / ILibQueue_Create

Function ILibQueue_Create

3rdparty/webrtc/Microstack/ILibParsers.c:2600–2603  ·  view source on GitHub ↗

! \fn ILibQueue_Create() \brief Create an empty Queue \returns An empty queue */

Source from the content-addressed store, hash-verified

2598\returns An empty queue
2599*/
2600ILibQueue ILibQueue_Create()
2601{
2602 return((ILibQueue)ILibLinkedList_Create());
2603}
2604
2605/*! \fn ILibQueue_Lock(void *q)
2606\brief Locks a queue

Calls 1

ILibLinkedList_CreateFunction · 0.85

Tested by

no test coverage detected