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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c114 #define TFLAG_DELETED (1<<1) macro
245 if (event->flags & TFLAG_DELETED) {
252 event->flags |= TFLAG_DELETED;

Completed in 74 milliseconds