HomeSort by relevance Sort by last modified time
    Searched full:flush_fn_head (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/profile/
GCDAProfiling.c 60 struct flush_fn_node *flush_fn_head = NULL; variable in typeref:struct:flush_fn_node
313 if (!flush_fn_head) {
314 flush_fn_head = flush_fn_tail = new_node;
322 struct flush_fn_node *curr = flush_fn_head;
331 while (flush_fn_head) {
332 struct flush_fn_node *node = flush_fn_head;
333 flush_fn_head = flush_fn_head->next;
337 flush_fn_head = flush_fn_tail = NULL;

Completed in 1651 milliseconds