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

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c108 static struct flush_fn_node *flush_fn_tail = NULL; variable in typeref:struct:flush_fn_node
536 flush_fn_head = flush_fn_tail = new_node;
538 flush_fn_tail->next = new_node;
539 flush_fn_tail = new_node;
559 flush_fn_head = flush_fn_tail = NULL;

Completed in 147 milliseconds