Searched refs:table (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dpthread-timers.c232 /* the static timer table - we only create it if the process
267 thr_timer_table_t* table = __timer_table_get(); local
268 thr_timer_table_start_stop(table, stop);
275 thr_timer_table_t* table = __timer_table_get(); local
276 thr_timer_t* timer = thr_timer_table_from_id( table, id, 0 );
329 thr_timer_table_t* table = __timer_table_get(); local
330 thr_timer_t* timer = thr_timer_table_alloc( table );
385 thr_timer_table_t* table = __timer_table_get(); local
386 thr_timer_t* timer = thr_timer_table_from_id(table, id, 1);
H A Dmalloc_debug_leak.c110 static HashEntry* find_entry(HashTable* table, int slot, argument
113 HashEntry* entry = table->slots[slot];

Completed in 77 milliseconds