#include <sched.h>
#include <sys/types.h>
Go to the source code of this file.
◆ shmem_async_init()
| int shmem_async_init |
( |
pid_t |
pid, |
|
|
const struct pm_interface * |
pm, |
|
|
const cpu_set_t * |
process_mask, |
|
|
const char * |
shmem_key, |
|
|
int |
shmem_size_multiplier |
|
) |
| |
◆ shmem_async_finalize()
| int shmem_async_finalize |
( |
pid_t |
pid | ) |
|
◆ shmem_async_enable_cpu()
| void shmem_async_enable_cpu |
( |
pid_t |
pid, |
|
|
int |
cpuid |
|
) |
| |
◆ shmem_async_enable_cpu_set()
| void shmem_async_enable_cpu_set |
( |
pid_t |
pid, |
|
|
const cpu_set_t * |
cpu_set |
|
) |
| |
◆ shmem_async_disable_cpu()
| void shmem_async_disable_cpu |
( |
pid_t |
pid, |
|
|
int |
cpuid |
|
) |
| |
◆ shmem_async_disable_cpu_set()
| void shmem_async_disable_cpu_set |
( |
pid_t |
pid, |
|
|
const cpu_set_t * |
cpu_set |
|
) |
| |
◆ shmem_async_set_num_cpus()
| void shmem_async_set_num_cpus |
( |
pid_t |
pid, |
|
|
int |
ncpus |
|
) |
| |
◆ shmem_async__version()
| int shmem_async__version |
( |
void |
| ) |
|
◆ shmem_async__size()
| size_t shmem_async__size |
( |
void |
| ) |
|
◆ shmem_async_wait_for_completion()
| void shmem_async_wait_for_completion |
( |
pid_t |
pid | ) |
|