Home
last modified time | relevance | path

Searched refs:pop_frontNoEx (Results 1 – 14 of 14) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/util/
H A Dcontainer.h149 T pop_frontNoEx(u32 wait_time_max_ms) in pop_frontNoEx() function
175 T pop_frontNoEx() in pop_frontNoEx() function
H A Dthread.h163 return m_queue.pop_frontNoEx(); in pop()
/dports/games/minetest/minetest-5.4.1/src/
H A Dterminal_chat_console.cpp322 ChatEvent *evt = m_chat_interface->outgoing_queue.pop_frontNoEx(); in step()
345 std::pair<LogLevel, std::string> p = m_log_output.queue.pop_frontNoEx(); in step()
H A Dhttpfetch.cpp680 Request req = m_requests.pop_frontNoEx(); in run()
H A Dserver.cpp627 ChatEvent *evt = m_admin_chat->command_queue.pop_frontNoEx(); in AsyncRunStep()
/dports/games/freeminer/freeminer-0.4.10.4/src/util/
H A Dcontainer.h295 T pop_frontNoEx(u32 wait_time_max_ms) in pop_frontNoEx() function
329 T pop_frontNoEx() in pop_frontNoEx() function
H A Dthread.h186 return m_queue.pop_frontNoEx(); in pop()
/dports/games/minetest/minetest-5.4.1/src/network/
H A Dconnectionthreads.cpp120 ConnectionCommand c = m_connection->m_command_queue.pop_frontNoEx(0); in run()
127 c = m_connection->m_command_queue.pop_frontNoEx(0); in run()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dshader.cpp413 result = result_queue.pop_frontNoEx(); in getShader()
H A Dclient.cpp288 MeshUpdateResult r = m_mesh_update_thread.m_queue_out.pop_frontNoEx(); in ~Client()
504 MeshUpdateResult r = m_mesh_update_thread.m_queue_out.pop_frontNoEx(); in step()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dshader.cpp421 result = result_queue.pop_frontNoEx(); in getShader()
H A Dhttpfetch.cpp664 Request req = m_requests.pop_frontNoEx(); in Thread()
H A Dconnection.cpp1303 ConnectionCommand c = m_connection->m_command_queue.pop_frontNoEx(0); in Thread()
1311 c = m_connection->m_command_queue.pop_frontNoEx(0); in Thread()
2851 return m_event_queue.pop_frontNoEx(); in getEvent()
H A Dclient.cpp581 MeshUpdateResult r = m_mesh_update_thread.m_queue_out.pop_frontNoEx(); in step()