libIEC61850
Open-source IEC 61850 MMS server and client library
|
#include <stdbool.h>
Go to the source code of this file.
Typedefs | |
typedef struct sThread * | Thread |
typedef void *(* | ThreadExecutionFunction )(void *) |
Functions | |
Thread | Thread_create (ThreadExecutionFunction function, void *parameter, bool autodestroy) |
void | Thread_start (Thread thread) |
void | Thread_destroy (Thread thread) |
void | Thread_sleep (int millies) |