|
static | K_THREAD_STACK_DEFINE (tstack,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
static void | thread_timer_start_null (void *p1, void *p2, void *p3) |
|
void | test_timer_start_null (void) |
| Test k_timer_start() API. More...
|
|
static void | thread_timer_stop_null (void *p1, void *p2, void *p3) |
|
void | test_timer_stop_null (void) |
| Test k_timer_stop() API. More...
|
|
static void | thread_timer_status_get_null (void *p1, void *p2, void *p3) |
|
void | test_timer_status_get_null (void) |
| Test k_timer_status_get() API. More...
|
|
static void | thread_timer_status_sync_null (void *p1, void *p2, void *p3) |
|
void | test_timer_status_sync_null (void) |
| Test k_timer_status_sync() API. More...
|
|
static void | thread_timer_remaining_ticks_null (void *p1, void *p2, void *p3) |
|
void | test_timer_remaining_ticks_null (void) |
| Test k_timer_remaining_ticks() API. More...
|
|
static void | thread_timer_expires_ticks_null (void *p1, void *p2, void *p3) |
|
void | test_timer_expires_ticks_null (void) |
| Test k_timer_expires_ticks() API. More...
|
|
static void | thread_timer_user_data_get_null (void *p1, void *p2, void *p3) |
|
void | test_timer_user_data_get_null (void) |
| Test k_timer_user_data_get() API. More...
|
|
static void | thread_timer_user_data_set_null (void *p1, void *p2, void *p3) |
|
void | test_timer_user_data_set_null (void) |
| Test k_timer_user_data_set() API. More...
|
|
static void | test_timer_handle (struct _timeout *t) |
|
void | test_timer_add_timeout (void) |
|
uint64_t | sys_clock_timeout_end_calc (k_timeout_t timeout) |
|
void | sys_clock_announce (int32_t ticks) |
|
void | test_timeout_end_calc (void) |
|
void | test_main (void) |
|