HEAD
=======
>>>>>>> update-docs
libsir: include/sir/threadpool.h Source File
libsir: The Standard Incident Reporter Library
|
libsir 2.2.6
Standard Incident Reporter
|
|
|
Loading...
Searching...
No Matches
33#ifndef _SIR_THREADPOOL_H_INCLUDED
34# define _SIR_THREADPOOL_H_INCLUDED
36# include "sir/types.h"
38# define SIR_THREADPOOL_MAX_THREADS 386
40bool _sir_threadpool_create(
sir_threadpool** pool,
size_t num_threads);
Job used by a job queue.
Definition types.h:396
Thread pool/job queue data container.
Definition types.h:402