Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-timers.c87 typedef struct thr_timer_table thr_timer_table_t; typedef
126 thr_timer_table_init( thr_timer_table_t* t ) in thr_timer_table_init()
143 thr_timer_table_alloc( thr_timer_table_t* t ) in thr_timer_table_alloc()
163 thr_timer_table_free( thr_timer_table_t* t, thr_timer_t* timer ) in thr_timer_table_free()
175 thr_timer_table_start_stop( thr_timer_table_t* t, int stop ) in thr_timer_table_start_stop()
200 thr_timer_table_from_id( thr_timer_table_t* t, in thr_timer_table_from_id()
238 static thr_timer_table_t* __timer_table;
249 static thr_timer_table_t*
267 thr_timer_table_t* table = __timer_table_get(); in __timer_table_start_stop()
275 thr_timer_table_t* table = __timer_table_get(); in thr_timer_from_id()
[all …]