OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:writeout_fn_head
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/profile/
GCDAProfiling.c
94
static struct writeout_fn_node *
writeout_fn_head
= NULL;
variable in typeref:struct:writeout_fn_node
503
if (!
writeout_fn_head
) {
504
writeout_fn_head
= writeout_fn_tail = new_node;
512
struct writeout_fn_node *curr =
writeout_fn_head
;
521
while (
writeout_fn_head
) {
522
struct writeout_fn_node *node =
writeout_fn_head
;
523
writeout_fn_head
=
writeout_fn_head
->next;
527
writeout_fn_head
= writeout_fn_tail = NULL;
Completed in 51 milliseconds