Home
last modified time | relevance | path

Searched refs:timerInfo (Results 1 – 25 of 71) sorted by relevance

123

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_time.c153 timerInfo->endTime < 0 ) in sanityCheck()
158 if( timerInfo->endTime < timerInfo->timeRemaining || \ in sanityCheck()
159 timerInfo->origTimeout < timerInfo->timeRemaining ) in sanityCheck()
179 timerInfo->origTimeout = timerInfo->timeRemaining = 0; in handleTimeOutOfBounds()
192 if( !sanityCheck( timerInfo ) ) in correctMonoTimer()
201 if( currentTime < timerInfo->endTime - timerInfo->timeRemaining ) in correctMonoTimer()
254 timerInfo->endTime = currentTime + timerInfo->timeRemaining; in correctMonoTimer()
256 timerInfo->endTime < currentTime + max( timerInfo->timeRemaining, in correctMonoTimer()
288 timerInfo->timeRemaining = timerInfo->origTimeout = duration; in setMonoTimer()
322 timerInfo->timeRemaining = timerInfo->endTime - currentTime; in extendMonoTimer()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/plugins/timertop/
H A Dtimermodel.cpp495 if (!timerInfo) in data()
500 return timerInfo->objectName; in data()
502 return int(timerInfo->state); in data()
504 return timerInfo->totalWakeups; in data()
506 return timerInfo->wakeupsPerSec; in data()
508 return timerInfo->timePerWakeup; in data()
510 return timerInfo->maxWakeupTime; in data()
512 return timerInfo->timerId; in data()
519 if (timerInfo) { in data()
520 return timerInfo->interval; in data()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dwin16.c30 TIMERINFO timerInfo; in fastPoll() local
63 timerInfo.dwSize = sizeof( TIMERINFO ); in fastPoll()
64 TimerCount( &timerInfo ); in fastPoll()
65 addRandomData( randomState, &timerInfo, sizeof( TIMERINFO ) ); in fastPoll()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/latticegas/
H A Dmain.cu98 QTimer *timerInfo = new QTimer(&flow); in runQtApp() local
100 QObject::connect(timerInfo, SIGNAL(timeout()), &flow, SLOT(info())); in runQtApp()
101 QObject::connect(timerInfo, SIGNAL(timeout()), grabber, SLOT(info())); in runQtApp()
102 QObject::connect(timerInfo, SIGNAL(timeout()), sim, SLOT(info())); in runQtApp()
118 timerInfo->start(5000); in runQtApp()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
181 switch (timerInfo->kind) { in print_timerinfo()
196 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
197 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
198 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
181 switch (timerInfo->kind) { in print_timerinfo()
196 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
197 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
198 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) {
181 switch (timerInfo->kind) {
196 jlong_to_string(timerInfo->max_value, buffer),
197 timerInfo->may_skip_forward? "skip-forward" : "stable",
198 timerInfo->may_skip_backward? "skip-backward" : "stable",
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
181 switch (timerInfo->kind) { in print_timerinfo()
196 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
197 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
198 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
181 switch (timerInfo->kind) { in print_timerinfo()
196 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
197 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
198 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.cpp178 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
181 switch (timerInfo->kind) { in print_timerinfo()
196 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
197 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
198 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.c192 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
195 switch(timerInfo->kind) { in print_timerinfo()
210 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
211 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
212 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.c192 static void print_timerinfo(jvmtiTimerInfo* timerInfo) { in print_timerinfo() argument
195 switch(timerInfo->kind) { in print_timerinfo()
210 jlong_to_string(timerInfo->max_value, buffer), in print_timerinfo()
211 timerInfo->may_skip_forward? "skip-forward" : "stable", in print_timerinfo()
212 timerInfo->may_skip_backward? "skip-backward" : "stable", in print_timerinfo()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqeventdispatcher_symbian.cpp251 …rActiveObject::QTimerActiveObject(QEventDispatcherSymbian *dispatcher, SymbianTimerInfo *timerInfo) in QTimerActiveObject() argument
253 m_timerInfo(timerInfo), m_expectedTimeSinceLastEvent(0) in QTimerActiveObject()
1195 SymbianTimerInfoPtr timerInfo = *i; in timerFired() local
1198 if (timerInfo->inTimerEvent) { in timerFired()
1202 timerInfo->inTimerEvent = true; in timerFired()
1206 QTimerEvent event(timerInfo->timerId); in timerFired()
1210 QCoreApplication::sendEvent(timerInfo->receiver, &event); in timerFired()
1212 QCoreApplication::sendEvent(timerInfo->receiver, &event); in timerFired()
1216 timerInfo->inTimerEvent = false; in timerFired()
1404 SymbianTimerInfoPtr timerInfo = m_timerList.take(timerId); in unregisterTimer() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.h457 static statInfo timerInfo[]; variable
461 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
463 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
466 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
469 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
472 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
475 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
479 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h450 static statInfo timerInfo[]; variable
454 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
456 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
459 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
462 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
465 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
468 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
472 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h450 static statInfo timerInfo[]; variable
454 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
456 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
459 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
462 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
465 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
468 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
472 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h453 static statInfo timerInfo[]; variable
457 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
459 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
462 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
465 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
468 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
471 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
475 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h453 static statInfo timerInfo[]; variable
457 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
459 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
462 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
465 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
468 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
471 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
475 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h449 static statInfo timerInfo[]; variable
453 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
455 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
458 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
461 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
464 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
467 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
471 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h439 static statInfo timerInfo[]; variable
443 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
445 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
448 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
451 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
454 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
457 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
461 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()

123