Home
last modified time | relevance | path

Searched refs:TimerQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp99 class TimerQ { class
102 TimerQ() : TimerQueue(NULL) {} in TimerQ() function in fuzzer::TimerQ
103 ~TimerQ() { in ~TimerQ()
124 static TimerQ Timer;
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.h185 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
H A Dalias_sctp.c658 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ)); in AliasSctpInit()
667 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()
699 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()
710 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()
2427 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()
2493 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()
2494 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()
2698 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) { in logTimerQ()