123456789101112131415161718192021222324252627282930313233 |
- #define STACK_ALIGN 16
- #define MINIMAL_REST_STACK 2048
- #define TCB_ALIGNMENT 16
- #define CURRENT_STACK_FRAME __builtin_frame_address (0)
- #define __exit_thread_inline(val) \
- INLINE_SYSCALL (exit, 1, (val))
|