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

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c102 struct flush_fn_node { struct
104 struct flush_fn_node *next;
107 static struct flush_fn_node *flush_fn_head = NULL;
108 static struct flush_fn_node *flush_fn_tail = NULL;
531 struct flush_fn_node *new_node = malloc(sizeof(struct flush_fn_node));
544 struct flush_fn_node *curr = flush_fn_head;
554 struct flush_fn_node *node = flush_fn_head;

Completed in 1498 milliseconds