HALFRED
0.4.0
|
OS notifier API. More...
OS notifier API.
OSNotifier interface.
Go to the source code of this file.
Typedefs | |
typedef struct OSNotifierDesc * | OSNotifier |
Functions | |
OSNotifier | OSNTF_Create (int count) |
void | OSNTF_Destroy (OSNotifier notifier) |
OSNotifier | OSNTF_Lock (int count) |
void | OSNTF_Unlock (OSNotifier notifier) |
int | OSNTF_Tick (OSNotifier notifier, int count) |
int | OSNTF_Wait (OSNotifier notifier, OSTime timeout) |