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 92 static struct flush_fn_node *flush_fn_head = NULL; variable in typeref:struct:flush_fn_node
458 if (!flush_fn_head) {
459 flush_fn_head = flush_fn_tail = new_node;
467 struct flush_fn_node *curr = flush_fn_head;
476 while (flush_fn_head) {
477 struct flush_fn_node *node = flush_fn_head;
478 flush_fn_head = flush_fn_head->next;
482 flush_fn_head = flush_fn_tail = NULL;

Completed in 469 milliseconds