HomeSort by: relevance | last modified time | path
    Searched defs:flush_fn_node (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 110 struct flush_fn_node { struct
112 struct flush_fn_node *next;
115 static struct flush_fn_node *flush_fn_head = NULL;
116 static struct flush_fn_node *flush_fn_tail = NULL;
538 struct flush_fn_node *new_node = malloc(sizeof(struct flush_fn_node));
551 struct flush_fn_node *curr = flush_fn_head;
561 struct flush_fn_node *node = flush_fn_head;

Completed in 14 milliseconds