MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / remove_queue

Method remove_queue

ps3fw/cellCamera.cpp:1914–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1912}
1913
1914void camera_context::remove_queue(u64 key)
1915{
1916 std::lock_guard lock(mutex);
1917 {
1918 std::lock_guard lock_data_map(mutex_notify_data_map);
1919
1920 notify_data_map.erase(key);
1921 }
1922}
1923
1924u32 camera_context::pbuf_next_index() const
1925{

Callers 1

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected