- 09 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
replaced to safe binary compatible 'rep; nop' asm instruction
-
- 16 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 06 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
remove 'dont_wait' (can be replaced with has_wake_signal)
-
- 31 Jan, 2018 1 commit
-
-
Sayed Adel authored
-
- 26 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV pthreads-based implementation changes: - rework worker threads pool, allow to execute job by the main thread too - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required) - allow "active wait" (spin) by worker threads and by the main thread - use _mm_pause() during active wait (support for Hyper-Threading technology) - use sched_yield() to avoid preemption of still working other workers - don't use getTickCount() - optional builtin thread pool profiler (disabled by compilation flag)
-