Function safety
Function safety refers to whether or not it's safe to use the Screen and Windowing API functions in certain situations.
Screen and Windowing API functions are thread-safe and will behave as documented even in a multithreaded environement. However, Screen and Windowing API functions are neither interrupt-safe nor signal-safe. Don't use Screen and Windowing API functions in an interrupt handler or a signal handler.
Classification:
Screen and Windowing API
| Safety | Value |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |