Go to the source code of this file.
Functions | |
void | env_init_pthread_alloc (void) |
Call this before env_allocation_init() if you want to set up multi-thread safe memory allocation. | |
void | env_init_pthread_job_server (void) |
Call this to install a pthread job server with env_set_job_server(). |
Definition in file env_pthread_interface.h.
void env_init_pthread_alloc | ( | void | ) |
Call this before env_allocation_init() if you want to set up multi-thread safe memory allocation.
Definition at line 109 of file env_pthread_interface.c.
References env_allocation_init_mutex_funcs().
Referenced by EnvVisualCortexBase::paramChanged().
void env_init_pthread_job_server | ( | void | ) |
Call this to install a pthread job server with env_set_job_server().
Definition at line 117 of file env_pthread_interface.c.