Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/tools/regression/environ/
H A Dtimings.c50 report_time(const char *action, struct timeval *startTime, in report_time() argument
60 (endTime->tv_sec - startTime->tv_sec) + in report_time()
61 (double)(endTime->tv_usec - startTime->tv_usec) / 1000000)); in report_time()
/freebsd-12.1/contrib/libevent/
H A Devthread_win32.c240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local
251 startTime = GetTickCount(); in evthread_win32_cond_wait()
270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait()
276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devthread_win32.c240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local
251 startTime = GetTickCount(); in evthread_win32_cond_wait()
270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait()
276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
/freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c161 if (ccbIO->startTime == 0) /* IO has been completed. No local abort */ in ostiInitiatorEvent()
173 if (ccbIO->startTime == 0) /* IO has been completed. */ in ostiInitiatorEvent()
226 pTMccb->startTime = ticks; in ostiInitiatorEvent()
330 pccb->startTime = 0; in ostiInitiatorIOCompleted()
487 pccb->startTime = 0; /* indicate aborted IO completion */ in osti_FastIOCb()
H A Dagtiapi.c2009 pccb->startTime = 0; in agtiapi_GetCCB()
2090 pccb->startTime = ticks; in agtiapi_QueueCmnd_()
2256 pccb_curr, pccb_curr->flags, pccb->startTime, in agtiapi_CheckIOTimeout()
2398 pTMccb->startTime = ticks; in agtiapi_StartTM()
4238 pccb->startTime = ticks; in agtiapi_Retry()
4583 pccb->startTime = 0; in agtiapi_FreeCCB()
4715 pccb->startTime = 0; in agtiapi_FreeSMPCCB()
4753 pccb->startTime = 0; in agtiapi_FreeTMCCB()
5096 if( &pccb->startTime & 0x63 ) in agtiapi_PrepCCBs()
5097 AGTIAPI_PRINTK( "startTime = %p\n", &pccb->startTime ); in agtiapi_PrepCCBs()
[all …]
H A Dagtiapi.h92 U32_64 startTime; member
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp240 startTime = tick; in start()
250 if (startTime.getValue() == 0) in stop()
253 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()
259 startTime.getValue() - __kmp_stats_start_time.getValue(), in stop()
267 startTime = 0; in stop()
H A Dkmp_stats.h472 tsc_tick_count startTime; variable
478 : stat(s), timerEnumValue(te), startTime(), pauseStartTime(0), in explicitTimer()
489 startTime = 0; in reset()
/freebsd-12.1/sys/netgraph/
H A Dng_source.h60 struct timeval startTime; member
H A Dng_source.c382 &sc->stats.startTime); in ng_source_rcvmsg()
699 getmicrotime(&sc->stats.startTime); in ng_source_start()
717 timevalsub(&sc->stats.elapsedTime, &sc->stats.startTime); in ng_source_stop()
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c1423 bit32 startTime, endTime; // TestBase in siHDAMode() local
1575 startTime = ossaTimeStamp(agRoot); in siHDAMode()
1576 …SA_DBG1(("siHDAMode: Step4: Ready to push ILA to 0x00400000! (start_time = %d)\n", startTime)); … in siHDAMode()
1589 …: End Step4: (step_time[4] = %d, %d ms)\n", stepTime[4], (stepTime[4] - startTime))); // TestBase in siHDAMode()
1601 …: End Step5: (step_time[5] = %d, %d ms)\n", stepTime[5], (stepTime[5] - startTime))); // TestBase in siHDAMode()
1636 …: End Step6: (step_time[6] = %d, %d ms)\n", stepTime[6], (stepTime[6] - startTime))); // TestBase in siHDAMode()
1679 …: End Step7: (step_time[7] = %d, %d ms)\n", stepTime[7], (stepTime[7] - startTime))); // TestBase in siHDAMode()
1702 …: End Step8: (step_time[8] = %d, %d ms)\n", stepTime[8], (stepTime[8] - startTime))); // TestBase in siHDAMode()
1730 …: End Step9: (step_time[9] = %d, %d ms)\n", stepTime[9], (stepTime[9] - startTime))); // TestBase in siHDAMode()
1754 …d Step10: (step_time[10] = %d, %d ms)\n", stepTime[10], (stepTime[10] - startTime))); // TestBase in siHDAMode()
[all …]
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.js8708 this.startTime = fxNow || createFxNow();
8770 if ( gotoEnd || t >= options.duration + this.startTime ) {
8826 n = t - this.startTime;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c21064 i64 startTime; /* Time when query started - used for profiling */ member
82841 assert( p->startTime>0 );
82846 iElapse = (iNow - p->startTime)*1000000;
82855 p->startTime = 0;
82862 if( ((P)->startTime)>0 ){ invokeProfileCallback(DB,P); }
83453 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
83455 assert( p->startTime==0 );
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12859 i64 startTime; /* Time when query started - used for profiling */ member
61943 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
61968 db->xProfile(db->pProfileArg, p->zSql, (iNow - p->startTime)*1000000);