Skip to content

MTY_WaitableCreate

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Create an MTY_Waitable object.

MTY_Waitable *MTY_WaitableCreate(void);

Return value

MTY_Waitable *

This function can not return NULL. It will call abort() on failure.

The returned MTY_Waitable object must be destroyed with MTY_WaitableDestroy.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally