thread_pool1.h File Reference

Go to the source code of this file.

Typedefs

typedef struct thread_pool_struct thread_pool_type
 

Functions

void thread_pool_join (thread_pool_type *)
 
thread_pool_typethread_pool_alloc (int)
 
void thread_pool_add_job (thread_pool_type *, void *(*)(void *), void *)
 
void thread_pool_free (thread_pool_type *)
 

Typedef Documentation

◆ thread_pool_type

typedef struct thread_pool_struct thread_pool_type

Function Documentation

◆ thread_pool_add_job()

void thread_pool_add_job ( thread_pool_type ,
void *  *)(void *,
void *   
)

◆ thread_pool_alloc()

thread_pool_type * thread_pool_alloc ( int  )

◆ thread_pool_free()

void thread_pool_free ( thread_pool_type )

◆ thread_pool_join()

void thread_pool_join ( thread_pool_type )