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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 116 static struct flush_fn_node *flush_fn_tail = NULL; variable in typeref:struct:flush_fn_node *
543 flush_fn_head = flush_fn_tail = new_node;
545 flush_fn_tail->next = new_node;
546 flush_fn_tail = new_node;
566 flush_fn_head = flush_fn_tail = NULL;

Completed in 350 milliseconds