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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
GCDAProfiling.c 115 static struct flush_fn_node *flush_fn_head = NULL; variable in typeref:struct:flush_fn_node *
542 if (!flush_fn_head) {
543 flush_fn_head = flush_fn_tail = new_node;
551 struct flush_fn_node *curr = flush_fn_head;
560 while (flush_fn_head) {
561 struct flush_fn_node *node = flush_fn_head;
562 flush_fn_head = flush_fn_head->next;
566 flush_fn_head = flush_fn_tail = NULL;
GCDAProfiling.c 115 static struct flush_fn_node *flush_fn_head = NULL; variable in typeref:struct:flush_fn_node *
542 if (!flush_fn_head) {
543 flush_fn_head = flush_fn_tail = new_node;
551 struct flush_fn_node *curr = flush_fn_head;
560 while (flush_fn_head) {
561 struct flush_fn_node *node = flush_fn_head;
562 flush_fn_head = flush_fn_head->next;
566 flush_fn_head = flush_fn_tail = NULL;

Completed in 24 milliseconds