HomeSort by relevance Sort by last modified time
    Searched defs:absoluteTime (Results 1 - 10 of 10) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 104 struct timespec absoluteTime;
106 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1)
112 absoluteTime.tv_sec += millisec / 1000;
113 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000);
116 absoluteTime.tv_sec++;
117 absoluteTime.tv_nsec = ns - 1000000000;
120 absoluteTime.tv_nsec = ns;
123 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 102 struct timespec absoluteTime;
104 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1)
110 absoluteTime.tv_sec += millisec / 1000;
111 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000);
114 absoluteTime.tv_sec++;
115 absoluteTime.tv_nsec = ns - 1000000000;
118 absoluteTime.tv_nsec = ns;
121 int waitResult = pthread_cond_timedwait (&mCondition, mutex.nativeHandle(), &absoluteTime);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 454 double absoluteTime = MessageQueue<blink::WebThread::Task>::infiniteTime();
458 absoluteTime = 0.0;
460 task = m_debuggerMessageQueue.waitForMessageWithTimeout(result, absoluteTime);
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 454 milliseconds