Searched refs:time (Results 201 - 225 of 1293) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/system/
H A Duser_timer_defs.h10 #include <time.h>
16 /* clock measuring the used user CPU time of the current process */
29 // predefined ID for the real time timer
31 // predefined ID for the team's total (kernel + user) time timer
33 // predefined ID for the team's user time timer
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DUtils.h11 #include <time.h>
52 get_real_time(timespec& time) argument
56 time.tv_sec = timeMicros / 1000000;
57 time.tv_nsec = (timeMicros % 1000000) * 1000;
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.h111 int64 StartFrameAtTime(bigtime_t time);
113 int64 EndFrameAtTime(bigtime_t time);
115 int64 FrameCountAtTime(bigtime_t time);
117 int32 PlayModeAtTime(bigtime_t time);
119 int32 LoopModeAtTime(bigtime_t time);
122 // playing frame/time/interval info
143 // conversion: video frame <-> (performance) time
144 int64 FrameForTime(bigtime_t time) const;
146 // conversion: (performance) time <-> real time
[all...]
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DSubTitles.h30 virtual const SubTitle* SubTitleAt(bigtime_t time) const = 0;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Duconvert.c27 # include <sys/time.h>
28 # include <time.h>
31 # include <sys/time.h>
33 # include <time.h>
H A Dufuncs.c26 # include <sys/time.h>
27 # include <time.h>
30 # include <sys/time.h>
32 # include <time.h>
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgettime.c24 #include <sys/time.h>
26 /* Get the system time into *TS. */
H A Dgettimeofday.c27 #include <sys/time.h>
29 #include <time.h>
130 tv->tv_sec = timebuf.time;
139 tv->tv_sec = time (NULL);
H A Dtimespec.h1 /* timespec -- System time interface
22 # include <time.h>
H A Dutimens.h1 #include <time.h>
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsysdep.h58 #include <sys/time.h>
59 #include <time.h>
62 #include <sys/time.h>
64 #include <time.h>
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-stdinc.h53 #include <time.h>
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_time.c32 #include <sys/time.h>
40 * Reset the last time and counter if this is the first call
/haiku-fatelf/src/system/libroot/posix/time/
H A Dstime.c6 #include <time.h>
/haiku-fatelf/src/tests/kits/locale/
H A DformatTest.cpp3 #include <time.h>
/haiku-fatelf/src/tests/kits/net/sock/
H A Dsleepus.c3 #include <sys/time.h>
20 * much we can do, since the timeval{} isn't updated with the time
21 * remaining. We could obtain the clock time before the call, and
22 * then obtain the clock time here, subtracting them to determine
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/behavior/timers/
H A D1-1.c13 #include <time.h>
H A D2-1.c13 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D2-1.c10 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock/
H A D2-1.c9 * Test that CLOCKS_PER_SEC == 1,000,000 in <time.h>
16 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/
H A D1-1.c12 #include <time.h>
23 if (0 != tp.tv_sec) { //assume this means time was sent
H A D8-1.c12 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_nanosleep/
H A D13-1.c12 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_settime/
H A D20-1.c14 #include <time.h>
H A D6-1.c14 #include <time.h>

Completed in 139 milliseconds

1234567891011>>