|
| K_THREAD_STACK_DEFINE (stack_1,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
| K_THREAD_STACK_DEFINE (futex_wake_stack,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
| K_THREAD_STACK_ARRAY_DEFINE (multiple_stack,(3),(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
| K_THREAD_STACK_ARRAY_DEFINE (multiple_wake_stack,(3),(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
void | futex_isr_wake (const void *futex) |
|
void | futex_wake_from_isr (struct k_futex *futex) |
|
void | futex_wait_task (void *p1, void *p2, void *p3) |
|
void | futex_wake_task (void *p1, void *p2, void *p3) |
|
void | futex_wait_wake_task (void *p1, void *p2, void *p3) |
|
void | futex_multiple_wake_task (void *p1, void *p2, void *p3) |
|
void | futex_multiple_wait_wake_task (void *p1, void *p2, void *p3) |
|
|
void | test_futex_wait_forever (void) |
| Test k_futex_wait() forever. More...
|
|
void | test_futex_wait_timeout (void) |
|
void | test_futex_wait_nowait (void) |
|
void | test_futex_wait_forever_wake (void) |
| Test k_futex_wait() and k_futex_wake() More...
|
|
void | test_futex_wait_timeout_wake (void) |
|
void | test_futex_wait_nowait_wake (void) |
|
void | test_futex_wait_forever_wake_from_isr (void) |
|
void | test_futex_multiple_threads_wait_wake (void) |
|
void | test_multiple_futex_wait_wake (void) |
|
void | test_user_futex_bad (void) |
|
void | futex_wait_wake (void *p1, void *p2, void *p3) |
|
void | futex_wake (void *p1, void *p2, void *p3) |
|
void | test_futex_locate_access (void) |
| Test kernel supports locating kernel objects without private kernel data anywhere in memory, control access with the memory domain configuration. More...
|
|
void | test_main (void) |
|