Searched refs:now (Results 1 - 25 of 282) sorted by last modified time

1234567891011>>

/haiku-fatelf/src/system/kernel/
H A Dteam.cpp918 bigtime_t now = system_time(); local
927 time += now - thread->last_time;
946 bigtime_t now = system_time(); local
954 time += now - thread->last_time;
1752 // args are owned by the team_arg structure now
1798 // more precisely: It's owned by the team's main thread, now.
1926 // args are owned by the team_arg structure now
3146 // team_remove_team() and that can be done now that we're not holding any
3156 // thread now.
4031 // we now hav
[all...]
H A Dthread.cpp722 // If requested, enter userland, now.
1026 // We're going to make the thread live, now. The thread itself will take
1374 bigtime_t now = (flags & B_TIMEOUT_REAL_TIME_BASE) != 0
1376 *_remainingTime = std::max(timeout - now, (bigtime_t)0);
1989 bigtime_t now = system_time();
1991 thread->kernel_time += now - thread->last_time;
1992 thread->last_time = now;
2111 TRACE(("thread_exit: thread %" B_PRId32 " now a kernel thread!\n",
2180 // now we can safely remove the msg.read_sem
2207 // We postponed deleting the user stack until now, sinc
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp863 // we were given a valid group; just use that one from now on
869 // our own buffer group to use from now on
898 // passed back some wildcards). Finish specializing it now, and return an
1148 bigtime_t now = TimeSource()->Now(); local
1153 bigtime_t howEarly = performanceTime - EventLatency() - now;
1458 // from the device after changing the format. So we do that now and
1511 // from the device after changing the format. So we do that now and
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c603 time_t now, expires; local
634 now = time( (time_t*) 0 );
636 mod = now;
637 (void) strftime( nowbuf, sizeof(nowbuf), rfc1123fmt, gmtime( &now ) );
681 expires = now + hc->hs->max_age;
2687 time_t now; local
2884 now = time( (time_t*) 0 );
2893 if ( now - lsb.st_mtime > 60*60*24*182 ) /* 1/2 year */
3334 time_t now; local
3344 now
[all...]
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp660 bigtime_t now = system_time(); local
666 bigtime_t passed = now - fPrevTime;
678 fPrevTime = now;
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp1391 // for now use the same cleanup as failToLock does
1422 bigtime_t now = system_time(); local
1425 || now > nextChunkTime) {
1441 nextChunkTime = now + 300000;
2839 time_t now = time(NULL); local
2860 if (stat->st_crtime < now - 5 || stat->st_crtime > now)
3565 bigtime_t now = system_time(); local
3566 if (fLastDeskbarFrameCheckTime + 500000 < now) {
3569 fLastDeskbarFrameCheckTime = now;
[all...]
H A DQueryPoseView.cpp71 // query results and add/remove appropriately. Right now only moving to
241 // window every now and then
284 time_t now = time(0); local
286 time_t nextMidnight = now + 60 * 60 * 24;
295 time_t nextHour = now + 60 * 60;
303 (nextHour - now) / 60, (nextHour - now) % 60));
305 time_t nextMinute = now + 60;
311 PRINT(("%" B_PRId32 " seconds till next minute\n", nextMinute - now));
315 delta = nextMinute - now;
[all...]
H A DFindPanel.cpp142 // noop for now
991 // no disk selected, for now revert to search all disks
2973 time_t now = time(0); local
2978 localtime_r(&now, &nowTimeData);
H A DTests.cpp293 bigtime_t now = watch.ElapsedTime(); local
294 cycleTime = now - lastCycleLap;
295 lastCycleLap = now;
/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp1258 bigtime_t now = system_time();
1259 if (Window()->IsActive() && now - fLastActivityTime >= kCursorBlinkInterval)
2319 bigtime_t now = system_time(); local
2320 bigtime_t timeElapsed = now - fLastSyncTime;
2323 fLastSyncTime = now;
2337 fLastSyncTime = now;
2343 fLastSyncTime = now;
2358 fLastSyncTime = now;
2369 fLastSyncTime = now;
2373 fLastSyncTime = now;
[all...]
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp622 // do now show the GCC version if it's the default
1951 bigtime_t now = (bigtime_t)time(NULL) * 1000000; local
1952 formatter.Format(now - uptime, now, &str);
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp1369 bigtime_t now = system_time(); local
1397 viewValues->Update(values, steps, fDrawResolution, now, timeStep,
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp662 bigtime_t now = system_time(); local
665 <= now) {
667 sLastEstimatedFinishSpeedToggleTime = now;
670 + kShowEstimatedFinishInterval <= now) {
672 sLastEstimatedFinishSpeedToggleTime = now;
767 time_t now = (time_t)real_time_clock(); local
768 time_t finishTime = (time_t)(now + secondsRemaining);
777 if (now < finishTime - secondsPerDay) {
789 finishTime -= now;
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp502 // TContentView needs to be properly const, for now cast away constness
2226 TMailWindow::Send(bool now) argument
2232 if (!now) {
2362 result = mail.Send(now);
2430 result = fMail->Send(now);
2469 B_TRANSLATE("Start now"), B_TRANSLATE("OK"));
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c586 ar5212SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
593 if (now) {
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S534 xchg eax, ecx ; blocks_left now in ecx
855 add bx, dx ; bx now points to the block number of the inode
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c163 ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
447 /* Only support disabling RIFS delay for now */
765 * For now, this isn't implemented.
/haiku-fatelf/src/kits/locale/
H A DLocale.cpp316 time_t now; local
317 dateFormatter->format((UDate)time(&now) * 1000, icuString,
671 time_t now; local
672 timeFormatter->format((UDate)time(&now) * 1000, icuString,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dcache.c794 bigtime_t now = system_time();
802 if ((now - last_cache_access) < 1000000)
1205 /* if there is cloned data, it needs to be flushed now */
1239 /* now go through and set the info that we were asked to */
1927 /* now put this ent at the head of the appropriate list */
1990 There are now three variables used as limits within the ents
2068 now that everything is flushed to disk, go through and
2209 put them on the normal list since they're now clean.
2301 /* now stick this puppy at the head of the mru list */
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DInsecureConnection.cpp285 bigtime_t now = system_time(); local
286 if (now - startAccepting > kAcceptingTimeout)
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp32 bigtime_t now = system_time(); local
33 if (now < fUnblockTime) {
/haiku-fatelf/src/tests/kits/interface/
H A DToolTipTest.cpp192 time_t now = time(NULL); local
193 strftime(buffer, sizeof(buffer), "%X", localtime(&now));
/haiku-fatelf/src/tests/kits/net/tcp_shell/
H A Dtcp_shell.cpp942 bigtime_t now = system_time(); local
944 lastTime = now;
946 printf("\33[0m% 3ld %8.6f (%8.6f) ", packetNumber, (now - sStartTime) / 1000000.0,
947 (now - lastTime) / 1000000.0);
948 lastTime = now;
1514 printf("Round trip time is now %s.\n", sRandomRoundTrip ? "random" : "fixed");
1518 printf("Round trip time is now %s.\n", sIncreasingRoundTrip ? "increasing" : "fixed");
/haiku-fatelf/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp51 bigtime_t now = system_time(); local
67 fTestDuration += system_time() - now;
H A DRandomLineTest.cpp50 bigtime_t now = system_time(); local
71 fTestDuration += system_time() - now;

Completed in 290 milliseconds

1234567891011>>