Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DGCDAProfiling.c112 static struct flush_fn_node *flush_fn_tail = NULL; variable
539 flush_fn_head = flush_fn_tail = new_node; in llvm_register_flush_function()
541 flush_fn_tail->next = new_node; in llvm_register_flush_function()
542 flush_fn_tail = new_node; in llvm_register_flush_function()
562 flush_fn_head = flush_fn_tail = NULL; in llvm_delete_flush_function_list()