ECP-VELOC Components
User documentation for all components
Main Page
Components
All Files
home
runner
work
component-user-docs
component-user-docs
component-user-docs
axl
src
axl_pthread.h
Go to the documentation of this file.
1
#ifndef AXL_PTHREAD_H
2
#define AXL_PTHREAD_H
3
9
int
axl_pthread_start
(
int
id
);
11
int
axl_pthread_resume
(
int
id
);
12
int
axl_pthread_test
(
int
id
);
13
int
axl_pthread_wait
(
int
id
);
14
int
axl_pthread_cancel
(
int
id
);
15
void
axl_pthread_free
(
int
id
);
17
#endif //AXL_PTHREAD_H
axl_pthread_cancel
int axl_pthread_cancel(int id)
axl_pthread_test
int axl_pthread_test(int id)
axl_pthread_resume
int axl_pthread_resume(int id)
axl_pthread_wait
int axl_pthread_wait(int id)
axl_pthread_start
int axl_pthread_start(int id)
axl_pthread_free
void axl_pthread_free(int id)
Generated by
1.8.17