CernVM-FS
2.12.0
|
#include <concurrency.h>
Public Member Functions | |
WorkerRunBinding (ConcurrentWorkers< WorkerT > *delegate, const worker_context_t *worker_context) | |
Public Member Functions inherited from ConcurrentWorkers< WorkerT >::RunBinding | |
RunBinding (ConcurrentWorkers< WorkerT > *delegate) | |
Public Attributes | |
const worker_context_t * | worker_context |
Public Attributes inherited from ConcurrentWorkers< WorkerT >::RunBinding | |
ConcurrentWorkers< WorkerT > * | delegate |
Definition at line 511 of file concurrency.h.
|
inline |
Definition at line 512 of file concurrency.h.
const worker_context_t* ConcurrentWorkers< WorkerT >::WorkerRunBinding::worker_context |
WorkerT defined context objects for worker init.
Definition at line 519 of file concurrency.h.
Referenced by ConcurrentWorkers< WorkerT >::RunWorker().