C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
static.h
1#pragma once
2
240unsigned static_init_thread_count();
241
245
249
253
const struct OS_process_definition_t * static_init_process_table()
Provides address of statically intialized process table.
Definition static.c:31
unsigned static_init_thread_count()
Provides count of statically initialized threads.
Definition static.c:14
const struct OS_thread_create_t * static_init_thread_table()
Definition static.c:19
unsigned static_init_process_count()
Definition static.c:25
Static definition of process in firmware image.
Definition runtime.h:31
Structure describing auto-spawned thread.
Definition runtime.h:46