Typedefs | Functions
thread.h File Reference
#include <pthread.h>
Include dependency graph for thread.h:

Go to the source code of this file.

Typedefs

typedef void *(* fun_point_t) (void *)
 

Functions

void thread_delete (pthread_t id)
 
pthread_t thread_init (fun_point_t fun_point, void *arg)
 

Typedef Documentation

typedef void*(* fun_point_t) (void *)

Definition at line 37 of file thread.h.

Function Documentation

void thread_delete ( pthread_t  id)

Definition at line 45 of file thread.cc.

pthread_t thread_init ( fun_point_t  fun_point,
void *  arg 
)

Definition at line 33 of file thread.cc.



xarm_api
Author(s):
autogenerated on Sat May 8 2021 02:51:23