|
Dynamic Load Balance 3.6.1+32-59d1
|
#include "LB_core/spd.h"

Go to the source code of this file.
Functions | |
| int | lewi_async_Init (subprocess_descriptor_t *spd) |
| int | lewi_async_Finalize (subprocess_descriptor_t *spd) |
| int | lewi_async_Enable (const subprocess_descriptor_t *spd) |
| int | lewi_async_Disable (const subprocess_descriptor_t *spd) |
| int | lewi_async_IntoBlockingCall (const subprocess_descriptor_t *spd) |
| int | lewi_async_OutOfBlockingCall (const subprocess_descriptor_t *spd) |
| int | lewi_async_Lend (const subprocess_descriptor_t *spd) |
| int | lewi_async_LendCpus (const subprocess_descriptor_t *spd, int ncpus) |
| int | lewi_async_Reclaim (const subprocess_descriptor_t *spd) |
| int | lewi_async_AcquireCpus (const subprocess_descriptor_t *spd, int ncpus) |
| int | lewi_async_Borrow (const subprocess_descriptor_t *spd) |
| int | lewi_async_BorrowCpus (const subprocess_descriptor_t *spd, int ncpus) |
| int lewi_async_Init | ( | subprocess_descriptor_t * | spd | ) |
| int lewi_async_Finalize | ( | subprocess_descriptor_t * | spd | ) |
| int lewi_async_Enable | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_Disable | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_IntoBlockingCall | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_OutOfBlockingCall | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_Lend | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_LendCpus | ( | const subprocess_descriptor_t * | spd, |
| int | ncpus | ||
| ) |
| int lewi_async_Reclaim | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_AcquireCpus | ( | const subprocess_descriptor_t * | spd, |
| int | ncpus | ||
| ) |
| int lewi_async_Borrow | ( | const subprocess_descriptor_t * | spd | ) |
| int lewi_async_BorrowCpus | ( | const subprocess_descriptor_t * | spd, |
| int | ncpus | ||
| ) |