FreeBSD Manual Pages
suspend_target(3) Arcan Lua API suspend_target(3) NAME suspend_target - Request that the target suspend execution, awaiting a re- sume or terminate call. SYNOPSIS nil suspend_target( vid:target ) suspend_target( .B ) suspend_target( vid:target, bool:noblock=false ) DESCRIPTION This tells the target frameserver to enter a low-power/passive mode until a resume_target command has been issued. By default, this will block any at- tempt at transferring or resizing video buffers. This behaviour can be ig- nored by setting noblock=true. If suspend_target is set during the preroll stage, the frameserver will not be activated until a corresponding re- sume_target call has been issued. On the client side, this will look like the _open call is blocking/stalling. SEE ALSO: resume_target(3) targetcontrol August 2026 suspend_target(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=suspend_target&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
