libIEC61850
Open-source IEC 61850 MMS server and client library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedefs | Functions
thread.h File Reference
#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)