|
Kohi Game Engine
|
#include "defines.h"Go to the source code of this file.
Data Structures | |
| struct | threadpool |
Typedefs | |
| typedef struct threadpool | threadpool |
Functions | |
| KAPI b8 | threadpool_create (u32 thread_count, threadpool *out_pool) |
| KAPI void | threadpool_destroy (threadpool *pool) |
| KAPI b8 | threadpool_wait (threadpool *pool) |
| typedef struct threadpool threadpool |
| KAPI b8 threadpool_create | ( | u32 | thread_count, |
| threadpool * | out_pool | ||
| ) |
| KAPI void threadpool_destroy | ( | threadpool * | pool | ) |
| KAPI b8 threadpool_wait | ( | threadpool * | pool | ) |