Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/examples/kernel/
H A Dthread_detach.c16 static rt_uint8_t thread2_stack[THREAD_STACK_SIZE]; variable
70 &thread2_stack[0], sizeof(thread2_stack), /* 线程栈是thread2_stack */ in thread_detach_init()
H A Dthread_static_simple.c16 static rt_uint8_t thread2_stack[THREAD_STACK_SIZE]; variable
51 &thread2_stack[0], sizeof(thread2_stack), /* 线程栈是thread2_stack */ in thread_static_simple_init()
H A Dthread_same_priority.c7 static char thread2_stack[THREAD_STACK_SIZE]; variable
44 &thread2_stack[0], sizeof(thread2_stack), in thread_same_priority_init()
H A Dthread_priority.c7 static char thread2_stack[THREAD_STACK_SIZE]; variable
61 &thread2_stack[0], sizeof(thread2_stack), in thread_priority_init()