summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-02-28 14:55:22 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-25 06:30:16 +0200
commitc192e6496269528341320aa556e41b3553ad9357 (patch)
tree120cd69ecc34264499aa74cffc28574e92cd4a61 /.gitignore
parentefa0f1f0a7c7e76f58b802b06629ca1799a89f8b (diff)
Use private futexes for QMutex on Linux if they're available
Futexes on Linux can be used across processes, for inter-process synchronisation. The private flag tells the kernel that this futex is not used with other processes, so it does not need to check for waiters outside the current process. This feature had been proposed in Merge Request 25, but was lost. Change-Id: Ieafa8b8df0949bd9ae73709b3ec63f7709b0b2a6 Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions