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

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c107 static struct flush_fn_node *flush_fn_head = NULL; variable in typeref:struct:flush_fn_node
535 if (!flush_fn_head) {
536 flush_fn_head = flush_fn_tail = new_node;
544 struct flush_fn_node *curr = flush_fn_head;
553 while (flush_fn_head) {
554 struct flush_fn_node *node = flush_fn_head;
555 flush_fn_head = flush_fn_head->next;
559 flush_fn_head = flush_fn_tail = NULL;

Completed in 323 milliseconds