Searched refs:threaded (Results 1 – 11 of 11) sorted by relevance
167 running = threaded = calc_fps = false; in video()257 if (threaded) { in main_loop()299 if (!threaded) in next_frame()
308 if (threaded) { in terminate()359 if (vidtype == 3 || threaded && pthread_mutex_trylock(&g_mutex)) in next_frame()407 if (threaded) in next_frame()
78 bool threaded; member in video
132 tachyon.threaded = true; in example_main()201 tachyon.threaded = true; in main()353 tachyon.threaded = true; in main()
66 video.threaded = threads.first > 0; in main()
81 video.threaded = options.threads.first > 0; in main()
52 single-threaded code. However, ``concurrent_vector`` does have more
52 In a single-threaded program, a queue is a first-in first-out structure.
5 multi-threaded and multiprocess Python programs by enabling threading composability
4 …ectly perform the factorization. This can be a serial implementation or threaded implementation de…
46 poly.threaded = true; in main()