Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_pause_queue
Function
ghb_pause_queue
gtk/src/hb-backend.c:4852–4857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4850
}
4851
4852
void
4853
ghb_pause_queue (void)
4854
{
4855
hb_status.queue.state |= GHB_STATE_PAUSED;
4856
hb_pause( h_queue );
4857
}
4858
4859
void
4860
ghb_resume_queue (void)
Callers
5
ghb_pause_resume_queue
Function · 0.85
ghb_low_disk_check
Function · 0.85
battery_level_cb
Function · 0.85
upower_status_cb
Function · 0.85
power_save_cb
Function · 0.85
Calls
1
hb_pause
Function · 0.85
Tested by
no test coverage detected