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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp86 class TimerQ { class in namespace:fuzzer
89 TimerQ() : TimerQueue(NULL) {} function in class:fuzzer::TimerQ
90 ~TimerQ() {
111 static TimerQ Timer;
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h186 LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the timer Q */ member in struct:sctp_nat_timer
H A Dalias_sctp.c634 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ));
643 LIST_INIT(&la->sctpNatTimer.TimerQ[i]);
675 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]);
686 sn_free(la->sctpNatTimer.TimerQ);
2406 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q);
2472 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) {
2473 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]);
2474 //SLIST_REMOVE_HEAD(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc], timer_Q);
2677 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) {

Completed in 170 milliseconds