OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:absoluteTime
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Nfc/nci/jni/
CondVar.cpp
99
struct timespec
absoluteTime
;
101
if (clock_gettime (CLOCK_MONOTONIC, &
absoluteTime
) == -1)
107
absoluteTime
.tv_sec += millisec / 1000;
108
long ns =
absoluteTime
.tv_nsec + ((millisec % 1000) * 1000000);
111
absoluteTime
.tv_sec++;
112
absoluteTime
.tv_nsec = ns - 1000000000;
115
absoluteTime
.tv_nsec = ns;
122
int waitResult = pthread_cond_timedwait_monotonic_np (&mCondition, mutex.nativeHandle(), &
absoluteTime
);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp
101
struct timespec
absoluteTime
;
103
if (clock_gettime (CLOCK_MONOTONIC, &
absoluteTime
) == -1)
109
absoluteTime
.tv_sec += millisec / 1000;
110
long ns =
absoluteTime
.tv_nsec + ((millisec % 1000) * 1000000);
113
absoluteTime
.tv_sec++;
114
absoluteTime
.tv_nsec = ns - 1000000000;
117
absoluteTime
.tv_nsec = ns;
124
int waitResult = pthread_cond_timedwait_monotonic_np (&mCondition, mutex.nativeHandle(), &
absoluteTime
);
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.cpp
186
double
absoluteTime
= 0.0;
189
absoluteTime
= (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
193
if (m_messageQueue.isEmpty() &&
absoluteTime
> currentTime() + kMinIdleTimespan) {
200
if (
absoluteTime
> nextWatchdogTime) {
201
absoluteTime
= nextWatchdogTime;
207
task = m_messageQueue.waitForMessageFilteredWithTimeout(result, predicate,
absoluteTime
);
/dalvik/vm/
Sync.cpp
549
static void
absoluteTime
(s8 msec, s4 nsec, struct timespec *ts)
583
absoluteTime
(msec, nsec, &ts);
648
absoluteTime
(msec, nsec, &ts);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 599 milliseconds