Home
last modified time | relevance | path

Searched refs:thread1_stack (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/examples/kernel/
H A Dthread_detach.c12 static rt_uint8_t thread1_stack[THREAD_STACK_SIZE]; variable
60 &thread1_stack[0], sizeof(thread1_stack), /* 线程栈是thread1_stack */ in thread_detach_init()
H A Dthread_static_simple.c12 static rt_uint8_t thread1_stack[THREAD_STACK_SIZE]; variable
41 &thread1_stack[0], sizeof(thread1_stack), /* 线程栈是thread1_stack */ in thread_static_simple_init()
H A Dthread_same_priority.c6 static char thread1_stack[THREAD_STACK_SIZE]; variable
34 &thread1_stack[0], sizeof(thread1_stack), in thread_same_priority_init()
H A Dthread_priority.c6 static char thread1_stack[THREAD_STACK_SIZE]; variable
50 &thread1_stack[0], sizeof(thread1_stack), in thread_priority_init()