Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-timers.c269 thr_timer_table_t* table = __timer_table_get(); in thr_timer_from_id() local
361 thr_timer_table_t* table = __timer_table_get(); in timer_create() local
413 thr_timer_table_t* table = __timer_table_get(); in timer_delete() local
Dpthread_debug.cpp541 static void hashmap_init(HashTable* table) { in hashmap_init()
545 static void hashmap_removeEntry(HashTable* table, HashEntry* entry) in hashmap_removeEntry()
557 static HashEntry* hashmap_lookup(HashTable* table, in hashmap_lookup()
Dmalloc_debug_common.cpp305 static void InitMalloc(void* malloc_impl_handler, MallocDebug* table, const char* prefix) { in InitMalloc()
Dmalloc_debug_leak.cpp106 static HashEntry* find_entry(HashTable* table, int slot, in find_entry()