NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Functions
ndicapi_thread.h File Reference

Go to the source code of this file.

Functions

NDIMutex ndiMutexCreate ()
 
void ndiMutexDestroy (NDIMutex mutex)
 
void ndiMutexLock (NDIMutex mutex)
 
void ndiMutexUnlock (NDIMutex mutex)
 
NDIEvent ndiEventCreate ()
 
void ndiEventDestroy (NDIEvent event)
 
void ndiEventSignal (NDIEvent event)
 
int ndiEventWait (NDIEvent event, int milliseconds)
 
NDIThread ndiThreadSplit (void *thread_func(void *userdata), void *userdata)
 
void ndiThreadJoin (NDIThread thread)
 

Detailed Description

This file contains the platform-dependent portions of the NDICAPI C API for doing thread handling.

Function Documentation

NDIEvent ndiEventCreate ( )
void ndiEventDestroy ( NDIEvent  event)
void ndiEventSignal ( NDIEvent  event)
int ndiEventWait ( NDIEvent  event,
int  milliseconds 
)
NDIMutex ndiMutexCreate ( )
void ndiMutexDestroy ( NDIMutex  mutex)
void ndiMutexLock ( NDIMutex  mutex)
void ndiMutexUnlock ( NDIMutex  mutex)
void ndiThreadJoin ( NDIThread  thread)
NDIThread ndiThreadSplit ( void thread_funcvoid *userdata,
void userdata 
)