|
VSF Documented
|
#include <task.h>
Data Fields | |
| vsf_linux_thread_t void(* | freertos_entry )(void *) |
| void * | arg |
| vsf_sem_t | notify_sem |
| uint32_t | notify_value |
| bool | notify_pending |
| bool | is_static |
| bool | is_stack_static |
| vsf_linux_thread_t void(* StaticTask::freertos_entry) (void *) |
| void* StaticTask::arg |
| vsf_sem_t StaticTask::notify_sem |
| uint32_t StaticTask::notify_value |
| bool StaticTask::notify_pending |
| bool StaticTask::is_static |
| bool StaticTask::is_stack_static |