summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os/os_thread.h
Commit message (Expand)AuthorAgeFilesLines
* os: add pipe_mutex_assert_locked()Rob Clark2016-07-301-0/+16
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-17/+17
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-131-0/+11
* os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca2014-01-231-1/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-230/+32
* os: Remove pipe_static_condvar.José Fonseca2014-01-231-12/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+5
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* auxiliary/os: Add missing signal.h include.Baldo Davide2012-05-051-0/+1
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-211-1/+1
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-6/+6
* gallium: block signals for new thread when spawning threadsDave Airlie2011-05-161-1/+8
* os: Fix pipe_static_mutex on Windows.José Fonseca2011-03-061-1/+2
* os: remove gratuitous pipe_barrier placeholder codenobled2010-07-121-21/+1
* os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-1/+0
* os: Implement pipe_condvar on Windows Vista and laternobled2010-07-121-0/+30
* os: Implement pipe_condvar on win32nobled2010-07-121-7/+27
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-131-5/+5
* os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee2010-04-261-1/+8
* os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.Vinson Lee2010-04-171-5/+26
* os: Temporarily use posix thread for embedded too.Kurt Daverman2010-03-311-6/+6
* os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee2010-02-101-42/+52
* os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca2010-02-051-2/+0
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-7/+144
* os: Add missing dummy threading definitions.José Fonseca2010-02-041-0/+19
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-0/+279