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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbsd_timer.c113 #define TFLAG_CANCELLED (1<<0) macro
408 event->flags &= ~TFLAG_CANCELLED;
524 if (!(event->flags & TFLAG_CANCELLED)) {
647 if (event->flags & TFLAG_CANCELLED) {
714 event->flags |= TFLAG_CANCELLED;
H A Dlinux_timer.c115 #define TFLAG_CANCELLED (1<<0) macro
412 event->flags &= ~TFLAG_CANCELLED;
533 if (!(event->flags & TFLAG_CANCELLED)) {
656 if (event->flags & TFLAG_CANCELLED) {
723 event->flags |= TFLAG_CANCELLED;

Completed in 29 milliseconds