Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_requests
Method · 0.45
run
Method · 0.45
broadcast
Function · 0.45
multicast
Function · 0.45
unicast
Function · 0.45
next_event
Function · 0.45
next_event
Function · 0.45
next_event
Function · 0.45
run
Method · 0.45
next_event
Function · 0.45
lua_dump_table
Function · 0.45
load_api
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected