Searched refs:async (Results 1 – 4 of 4) sorted by relevance
69 static void asyncLoop(AsyncActivity* async) { in asyncLoop() argument73 std::unique_lock<std::mutex> lock(async->m_mutex); in asyncLoop()74 async->m_condvar.wait(lock, [async] {return !async->m_tagQueue.empty(); }); in asyncLoop()75 tag = async->m_tagQueue.front(); in asyncLoop()76 async->m_tagQueue.pop(); in asyncLoop()217 static void asyncLoop(EpochAsyncActivity* async) { in asyncLoop() argument222 async->m_condvar.wait(lock, [async] {return !async->m_tagQueue.empty(); }); in asyncLoop()223 tag = async->m_tagQueue.front(); in asyncLoop()224 async->m_tagQueue.pop(); in asyncLoop()230 async->m_globalEpoch++; in asyncLoop()[all …]
21 fgbzip2 [-b=value] [-v] [-l=value] [-async] [filename=value] [-h] [filename]27 * `-async` - use graph `async_node`-based implementation.
50 set(ARGS -b=9 -async "$<TARGET_FILE:fgbzip2>")
23 …nd GPU <https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneTBB/tbb-async-sycl>`_