Home
last modified time | relevance | path

Searched refs:end_ns (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp231 const time_point end_ns = getEndTimePoint(timeout, infiniteTimeout); in waitForFences() local
253 if(Cast(pFences[i])->wait(end_ns) != VK_SUCCESS) // At least one fence is not signaled in waitForFences()
283 return any.wait_until(end_ns) ? VK_SUCCESS : VK_TIMEOUT; in waitForFences()
291 const time_point end_ns = getEndTimePoint(timeout, infiniteTimeout); in waitForSemaphores() local
317 if(any.wait(1, end_ns) == VK_SUCCESS) in waitForSemaphores()
336 else if(semaphore->wait(pWaitInfo->pValues[i], end_ns) != VK_SUCCESS) in waitForSemaphores()
DVkTimelineSemaphore.hpp54 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
106 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
/third_party/libbpf/src/
Dringbuf.c584 __u64 start_ns, end_ns, ns_per_s = 1000000000; in ns_elapsed_timespec() local
587 end_ns = (__u64)end->tv_sec * ns_per_s + end->tv_nsec; in ns_elapsed_timespec()
589 return end_ns - start_ns; in ns_elapsed_timespec()
/third_party/python/Lib/xml/etree/
DElementTree.py1605 end_ns=self._end_ns): argument
1606 append((event, end_ns(prefix)))
1644 return self.target.end_ns(prefix or '')
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc3625 Handle<BigInt> end_ns; in BalanceDuration() local
3627 isolate, end_ns, in BalanceDuration()
3638 isolate, end_ns, in BalanceDuration()
3639 BigInt::Subtract(isolate, end_ns, in BalanceDuration()
3642 *nanoseconds = end_ns->AsInt64(); in BalanceDuration()
3967 Handle<BigInt> end_ns; in NanosecondsToDays() local
3968 ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, end_ns, in NanosecondsToDays()
3975 isolate, end_instant, temporal::CreateTemporalInstant(isolate, end_ns), in NanosecondsToDays()
4028 while (days > 0 && BigInt::CompareToBigInt(intermediate_ns, end_ns) == in NanosecondsToDays()
4045 isolate, nanoseconds, BigInt::Subtract(isolate, end_ns, intermediate_ns), in NanosecondsToDays()
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst310 "end_ns()". Patch by Stefan Behnel.
/third_party/python/Lib/test/
Dtest_xml_etree.py719 def end_ns(self, prefix): member in ElementTreeTest.test_custom_builder.Builder
741 def end_ns(self, prefix): member in ElementTreeTest.test_custom_builder_only_end_ns.Builder
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst1324 .. method:: end_ns(prefix)
/third_party/python/Doc/whatsnew/
D3.8.rst1435 ``start_ns()`` and ``end_ns()``. Additionally, the