Searched refs:futex_tid (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/kernel/mem_protect/futex/src/ |
D | main.c | 45 struct k_thread futex_tid; variable 177 k_thread_create(&futex_tid, stack_1, STACK_SIZE, in ZTEST() 188 k_thread_abort(&futex_tid); in ZTEST() 197 k_thread_create(&futex_tid, stack_1, STACK_SIZE, in ZTEST() 208 k_thread_abort(&futex_tid); in ZTEST() 217 k_thread_create(&futex_tid, stack_1, STACK_SIZE, in ZTEST() 227 k_thread_abort(&futex_tid); in ZTEST() 240 k_thread_create(&futex_tid, stack_1, STACK_SIZE, in ZTEST() 262 k_thread_abort(&futex_tid); in ZTEST() 272 k_thread_create(&futex_tid, stack_1, STACK_SIZE, in ZTEST() [all …]
|