Multi-ApplicationOnlineProfiling
2.1
|
Go to the source code of this file.
Macros | |
#define | MAX_BACK_OFF_ID 11 |
Functions | |
static void | Pbb_workers_process (struct MALP_blackboard *bb, struct Knowledge_system_job *job) |
void * | Pbb_workers_mainloop (void *pdesc) |
void | Pbb_workers_init (struct Pbb_workers *wk, struct MALP_blackboard *bb, uint32_t wk_count) |
Initializes workers. More... | |
void | Pbb_workers_release (struct Pbb_workers *wk) |
releases workers More... | |
void | Pbb_workers_submit (struct Pbb_workers *wk, struct Knowledge_system_job *ksj) |
sumbits a job on workers More... | |
void | Pbb_workers_wait (struct Pbb_workers *wk) |
Waits until all workers are done. More... | |
Variables | |
static const unsigned int | Pbb_workers_backoff_times [MAX_BACK_OFF_ID] |
#define MAX_BACK_OFF_ID 11 |
Definition at line 25 of file Pbb_Workers.c.
void* Pbb_workers_mainloop | ( | void * | pdesc | ) |
Definition at line 63 of file Pbb_Workers.c.
|
inlinestatic |
|
static |
Definition at line 26 of file Pbb_Workers.c.