Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 11 of 11) sorted by relevance

/oneTBB/examples/common/gui/
H A Dwinvideo.hpp167 running = threaded = calc_fps = false; in video()
257 if (threaded) { in main_loop()
299 if (!threaded) in next_frame()
H A Dxvideo.cpp308 if (threaded) { in terminate()
359 if (vidtype == 3 || threaded && pthread_mutex_trylock(&g_mutex)) in next_frame()
407 if (threaded) in next_frame()
H A Dvideo.hpp78 bool threaded; member in video
/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp132 tachyon.threaded = true; in example_main()
201 tachyon.threaded = true; in main()
353 tachyon.threaded = true; in main()
/oneTBB/examples/task_arena/fractal/
H A Dmain.cpp66 video.threaded = threads.first > 0; in main()
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp81 video.threaded = options.threads.first > 0; in main()
/oneTBB/doc/main/tbb_userguide/
H A Dconcurrent_vector_ug.rst52 single-threaded code. However, ``concurrent_vector`` does have more
H A DConcurrent_Queue_Classes.rst52 In a single-threaded program, a queue is a first-in first-out structure.
/oneTBB/python/
H A DREADME.md5 multi-threaded and multiprocess Python programs by enabling threading composability
/oneTBB/examples/graph/cholesky/
H A DREADME.md4 …ectly perform the factorization. This can be a serial implementation or threaded implementation de…
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp46 poly.threaded = true; in main()