VideoTools
|
An empty structure that is used to indicate a signal-safe, reentrant implementation. More...
#include <gsignalsafe.h>
An empty structure that is used to indicate a signal-safe, reentrant implementation.
Any function with SignalSafe in its signature should be kept small and simple, with no exceptions, no logging and no blocking system calls.
Definition at line 36 of file gsignalsafe.h.