![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Classes | |
class | PosixTask |
Posix task implementation as driven by pthreads implementation. More... | |
struct | PosixTaskHandle |
Typedefs | |
typedef void *(* | pthread_func_ptr) (void *) |
Functions | |
void * | pthread_entry_wrapper (void *wrapper_pointer) |
PlatformIntType | set_stack_size (pthread_attr_t &attributes, const Os::Task::Arguments &arguments) |
PlatformIntType | set_priority_params (pthread_attr_t &attributes, const Os::Task::Arguments &arguments) |
PlatformIntType | set_cpu_affinity (pthread_attr_t &attributes, const Os::Task::Arguments &arguments) |
Variables | |
static const PlatformIntType | SCHED_POLICY = SCHED_RR |
void* Os::Posix::Task::pthread_entry_wrapper | ( | void * | wrapper_pointer | ) |
PlatformIntType Os::Posix::Task::set_cpu_affinity | ( | pthread_attr_t & | attributes, |
const Os::Task::Arguments & | arguments | ||
) |
PlatformIntType Os::Posix::Task::set_priority_params | ( | pthread_attr_t & | attributes, |
const Os::Task::Arguments & | arguments | ||
) |
PlatformIntType Os::Posix::Task::set_stack_size | ( | pthread_attr_t & | attributes, |
const Os::Task::Arguments & | arguments | ||
) |
|
static |