Home
last modified time | relevance | path

Searched refs:FLAG_RUN (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/line-coverage/include/lib/line-coverage/
Dshm.h27 #define FLAG_RUN 0x1 macro
/trusty/user/base/lib/line-coverage/
Dshm.c62 if ( ((flags & FLAG_RUN) != 0) && (read_cnt == control->write_buffer_start_count) ) { in dump_shm()