Kohi Game Engine
threadpool.h File Reference
#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 Documentation

◆ threadpool

typedef struct threadpool threadpool

Function Documentation

◆ threadpool_create()

KAPI b8 threadpool_create ( u32  thread_count,
threadpool out_pool 
)

◆ threadpool_destroy()

KAPI void threadpool_destroy ( threadpool pool)

◆ threadpool_wait()

KAPI b8 threadpool_wait ( threadpool pool)