Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-timers.c267 thr_timer_table_t* table = __timer_table_get(); in __timer_table_start_stop() local
268 thr_timer_table_start_stop(table, stop); in __timer_table_start_stop()
275 thr_timer_table_t* table = __timer_table_get(); in thr_timer_from_id() local
276 thr_timer_t* timer = thr_timer_table_from_id( table, id, 0 ); in thr_timer_from_id()
329 thr_timer_table_t* table = __timer_table_get(); in timer_create() local
330 thr_timer_t* timer = thr_timer_table_alloc( table ); in timer_create()
385 thr_timer_table_t* table = __timer_table_get(); in timer_delete() local
386 thr_timer_t* timer = thr_timer_table_from_id(table, id, 1); in timer_delete()
Dmalloc_debug_leak.c110 static HashEntry* find_entry(HashTable* table, int slot, in find_entry() argument
113 HashEntry* entry = table->slots[slot]; in find_entry()
/bionic/libc/docs/
DSYSV-IPC.TXT95 will quickly fill up the kernel's table of unique key_t values, and that