#include <stdio.h>#include "xarm/core/os/thread.h"
Go to the source code of this file.
Macros | |
| #define | PRINT_ERR printf |
Functions | |
| void | thread_delete (pthread_t id) |
| pthread_t | thread_init (fun_point_t fun_point, void *arg) |
| pthread_t thread_init | ( | fun_point_t | fun_point, |
| void * | arg | ||
| ) |