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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbsd_timer.c114 #define TFLAG_DELETED (1<<1) macro
243 if (event->flags & TFLAG_DELETED) {
250 event->flags |= TFLAG_DELETED;
H A Dlinux_timer.c116 #define TFLAG_DELETED (1<<1) macro
247 if (event->flags & TFLAG_DELETED) {
254 event->flags |= TFLAG_DELETED;

Completed in 120 milliseconds