Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Dtimer.c21 } timer_list_t; typedef
23 timer_list_t *g_timer_list_head = NULL; /* The timer list head. */
80 timer_list_t *timer_list_m = NULL; in timer_create()
81 timer_list_t *timer_list = NULL; in timer_create()
102 timer_list_m = (timer_list_t *)malloc(sizeof(timer_list_t)); in timer_create()
107 memset(timer_list_m, 0, sizeof(timer_list_t)); in timer_create()
158 timer_list_t *timer_list = NULL; in timer_delete()
159 timer_list_t *timer_list_l = NULL; in timer_delete()
215 timer_list_t *timer_list = NULL; in timer_settime()
278 timer_list_t *timer_list = NULL; in timer_gettime()

Completed in 5 milliseconds