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.c102 static struct flush_fn_node *flush_fn_tail = NULL; variable
529 flush_fn_head = flush_fn_tail = new_node; in llvm_register_flush_function()
531 flush_fn_tail->next = new_node; in llvm_register_flush_function()
532 flush_fn_tail = new_node; in llvm_register_flush_function()
552 flush_fn_head = flush_fn_tail = NULL; in llvm_delete_flush_function_list()