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

Method push

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

Source from the content-addressed store, hash-verified

291 }
292
293 void Thread::push(void* _ptr)
294 {
295 m_queue.push(_ptr);
296 }
297
298 void* Thread::pop()
299 {

Callers 9

try_loadMethod · 0.45
complete_requestsMethod · 0.45
add_requestMethod · 0.45
runMethod · 0.45
push_eventFunction · 0.45
push_eventFunction · 0.45
push_eventFunction · 0.45
queue_requestMethod · 0.45
push_eventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected