OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clock_gettime
(Results
126 - 150
of
629
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/base/
time_posix.cc
172
if (
clock_gettime
(CLOCK_MONOTONIC, &ts) != 0) {
173
NOTREACHED() << "
clock_gettime
(CLOCK_MONOTONIC) failed.";
/external/chromium/third_party/libevent/android/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium/third_party/libevent/
config.h.in
3
/* Define if
clock_gettime
is available in libc */
9
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium/third_party/libevent/linux/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium/third_party/libevent/mac/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/android/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
8
/* Define if
clock_gettime
is available in libc */
14
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/
config.h.in
3
/* Define if
clock_gettime
is available in libc */
9
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/freebsd/
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/linux/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/mac/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/chromium_org/third_party/libevent/solaris/
config.h
4
/* Define if
clock_gettime
is available in libc */
10
/* Define to 1 if you have the `
clock_gettime
' function. */
event-config.h
11
/* Define if
clock_gettime
is available in libc */
17
/* Define to 1 if you have the `
clock_gettime
' function. */
/external/webrtc/src/system_wrappers/interface/
tick_util.h
173
clock_gettime
(CLOCK_REALTIME, &ts);
175
clock_gettime
(CLOCK_MONOTONIC, &ts);
/frameworks/av/services/audioflinger/
test-resample.cpp
222
clock_gettime
(CLOCK_MONOTONIC, &start);
227
clock_gettime
(CLOCK_MONOTONIC, &end);
FastMixer.cpp
85
struct timespec oldLoad = {0, 0}; // previous value of
clock_gettime
(CLOCK_THREAD_CPUTIME_ID)
200
oldTsValid = !
clock_gettime
(CLOCK_MONOTONIC, &oldTs);
518
int rc =
clock_gettime
(CLOCK_MONOTONIC, &newTs);
525
"
clock_gettime
(CLOCK_MONOTONIC) failed: was %ld.%09ld but now %ld.%09ld",
591
// compute the delta value of
clock_gettime
(CLOCK_MONOTONIC)
596
// compute raw CPU load = delta value of
clock_gettime
(CLOCK_THREAD_CPUTIME_ID)
599
rc =
clock_gettime
(CLOCK_THREAD_CPUTIME_ID, &newLoad);
[
all
...]
/system/extras/tests/bionic/libc/other/
test_jpeg.c
225
if (
clock_gettime
( CLOCK_MONOTONIC, &ts ) < 0 )
226
fprintf(stderr, "
clock_gettime
: %s\n", strerror(errno) );
test_zlib.c
162
if (
clock_gettime
( CLOCK_MONOTONIC, &ts ) < 0 )
163
fprintf(stderr, "
clock_gettime
: %s\n", strerror(errno) );
/system/extras/tests/sdcard/
stopwatch.cpp
81
clock_gettime
(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
95
clock_gettime
(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
/ndk/sources/host-tools/make-3.81/
configure.in
120
# Solaris 2.5.1 needs -lposix4 to get the
clock_gettime
function.
122
AC_SEARCH_LIBS(
clock_gettime
, [rt posix4])
125
[Define if you have the
clock_gettime
function.])
Completed in 780 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>