Introduction   API Reference   Examples   Index  

Thread library configuration and initialization
[L4 Thread Library API Reference]


Functions

L4_CV int l4thread_init (void)
 Init L4 thread library.

Variables

const int l4thread_max_threads
 Maximum number of threads.
const l4_size_t l4thread_stack_size
 Default stack size for new threads.
const l4_size_t l4thread_max_stack
 Maximum stack size of new threads.
l4_prio_t l4thread_default_prio
 Default priority for new threads.
const l4_addr_t l4thread_stack_area_addr
 Stack map are astart address.
const l4_addr_t l4thread_tcb_table_addr
 TCB table map address.

Function Documentation

L4_CV int l4thread_init ( void   ) 

Init L4 thread library.

Initialize thread library. This function is usually call by the setup routine of a task, application threads must not use it.


L4 Thread Library Reference Manual, written by Lars Reuther  © 2000-2003