Searched refs:writeout_fn_tail (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c95 static struct writeout_fn_node *writeout_fn_tail = NULL; variable in typeref:struct:writeout_fn_node
504 writeout_fn_head = writeout_fn_tail = new_node;
506 writeout_fn_tail->next = new_node;
507 writeout_fn_tail = new_node;
527 writeout_fn_head = writeout_fn_tail = NULL;

Completed in 68 milliseconds