Home
last modified time | relevance | path

Searched refs:async (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_resumable_tasks.cpp69 static void asyncLoop(AsyncActivity* async) { in asyncLoop() argument
73 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() argument
222 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 …]
/oneTBB/examples/graph/fgbzip2/
H A DREADME.md21 fgbzip2 [-b=value] [-v] [-l=value] [-async] [filename=value] [-h] [filename]
27 * `-async` - use graph `async_node`-based implementation.
H A DCMakeLists.txt50 set(ARGS -b=9 -async "$<TARGET_FILE:fgbzip2>")
/oneTBB/doc/GSG/
H A Dsamples.rst23 …nd GPU <https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneTBB/tbb-async-sycl>`_