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

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c 34 static struct writeout_fn_node *writeout_fn_tail = NULL; variable in typeref:struct:writeout_fn_node *
51 writeout_fn_head = writeout_fn_tail = new_node;
53 writeout_fn_tail->next = new_node;
54 writeout_fn_tail = new_node;
GCDAProfiling.c 103 static struct writeout_fn_node *writeout_fn_tail = NULL; variable in typeref:struct:writeout_fn_node *
511 writeout_fn_head = writeout_fn_tail = new_node;
513 writeout_fn_tail->next = new_node;
514 writeout_fn_tail = new_node;
534 writeout_fn_head = writeout_fn_tail = NULL;

Completed in 12 milliseconds