MCPcopy Create free account
hub / github.com/crownengine/crown / pop

Method pop

3rdparty/bx/src/thread.cpp:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 void* Thread::pop()
299 {
300 void* ptr = m_queue.pop();
301 return ptr;
302 }
303
304 int32_t Thread::entry()
305 {

Callers 13

complete_requestsMethod · 0.45
runMethod · 0.45
broadcastFunction · 0.45
multicastFunction · 0.45
unicastFunction · 0.45
next_eventFunction · 0.45
next_eventFunction · 0.45
next_eventFunction · 0.45
runMethod · 0.45
next_eventFunction · 0.45
lua_dump_tableFunction · 0.45
load_apiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected