Home
last modified time | relevance | path

Searched defs:table (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread-timers.c267 thr_timer_table_t* table = __timer_table_get(); in __timer_table_start_stop() local
275 thr_timer_table_t* table = __timer_table_get(); in thr_timer_from_id() local
329 thr_timer_table_t* table = __timer_table_get(); in timer_create() local
385 thr_timer_table_t* table = __timer_table_get(); in timer_delete() local
Dmalloc_debug_leak.c110 static HashEntry* find_entry(HashTable* table, int slot, in find_entry()