Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_load
Method · 0.45
complete_requests
Method · 0.45
add_request
Method · 0.45
run
Method · 0.45
push_event
Function · 0.45
push_event
Function · 0.45
push_event
Function · 0.45
queue_request
Method · 0.45
push_event
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected