ECP-VELOC Components
User documentation for all components
axl_pthread.h File Reference

implementation of axl using pthreads More...

Go to the source code of this file.

Functions

pthread
int axl_pthread_start (int id)
 
int axl_pthread_resume (int id)
 
int axl_pthread_test (int id)
 
int axl_pthread_wait (int id)
 
int axl_pthread_cancel (int id)
 
void axl_pthread_free (int id)
 

Function Documentation

◆ axl_pthread_cancel()

int axl_pthread_cancel ( int  id)

◆ axl_pthread_free()

void axl_pthread_free ( int  id)

◆ axl_pthread_resume()

int axl_pthread_resume ( int  id)

◆ axl_pthread_start()

int axl_pthread_start ( int  id)

◆ axl_pthread_test()

int axl_pthread_test ( int  id)

◆ axl_pthread_wait()

int axl_pthread_wait ( int  id)