Searched defs:list (Results 1 – 8 of 8) sorted by relevance
46 struct list in allocation_thread_function() struct48 struct list *next; in allocation_thread_function()49 long dummy[4]; in allocation_thread_function()
26 __libc_dynarray_emplace_enlarge (struct dynarray_header *list, in __libc_dynarray_emplace_enlarge()
26 __libc_dynarray_resize (struct dynarray_header *list, size_t size, in __libc_dynarray_resize()
23 __libc_dynarray_resize_clear (struct dynarray_header *list, size_t size, in __libc_dynarray_resize_clear()
24 __libc_dynarray_finalize (struct dynarray_header *list, in __libc_dynarray_finalize()
119 __dynarray_error (struct dynarray_header *list) in __dynarray_error()
159 # define DYNARRAY_SCRATCH(list) (list)->scratch argument161 # define DYNARRAY_SCRATCH(list) NULL argument207 DYNARRAY_FREE (struct DYNARRAY_STRUCT *list) in DYNARRAY_FREE()
190 struct list { in allocate_thread() struct191 struct list *next; in allocate_thread()
Completed in 16 milliseconds