#include <WKFThreads.h>
Public Attributes | |
int | workercount |
int * | devlist |
wkf_shared_iterator_t | iter |
wkf_tilestack_t | errorstack |
wkf_thread_t * | threads |
wkf_threadpool_workerdata_t * | workerdata |
wkf_run_barrier_t | runbar |
|
per-worker CPU/GPU device IDs Definition at line 531 of file WKFThreads.h. Referenced by wkf_threadpool_create, and wkf_threadpool_destroy. |
|
stack of tiles that failed Definition at line 533 of file WKFThreads.h. Referenced by wkf_threadpool_create, and wkf_threadpool_destroy. |
|
dynamic work scheduler Definition at line 532 of file WKFThreads.h. Referenced by wkf_threadpool_create, wkf_threadpool_destroy, and wkf_threadpool_sched_dynamic. |
|
master/worker run barrier Definition at line 536 of file WKFThreads.h. Referenced by wkf_threadpool_create, wkf_threadpool_destroy, wkf_threadpool_launch, wkf_threadpool_poll, and wkf_threadpool_wait. |
|
worker threads Definition at line 534 of file WKFThreads.h. Referenced by wkf_threadpool_create, and wkf_threadpool_destroy. |
|
number of worker threads Definition at line 530 of file WKFThreads.h. Referenced by wkf_threadpool_create, wkf_threadpool_destroy, and wkf_threadpool_get_workercount. |
|
per-worker data Definition at line 535 of file WKFThreads.h. Referenced by wkf_threadpool_create, wkf_threadpool_destroy, and wkf_threadpool_launch. |