summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os
AgeCommit message (Expand)AuthorFilesLines
2018-09-07Revert "gallium/os_thread: simplify helper pipe_current_thread_get_time_nano"Marek Olšák1-1/+5
2018-09-07gallium/os_thread: simplify helper pipe_current_thread_get_time_nanoMarek Olšák1-5/+1
2018-08-01util: move process.[ch] to u_process.[ch]Dylan Baker1-1/+1
2018-07-04gallium/os: use util_get_process_name when possibleMarek Olšák1-14/+2
2017-11-17gallium/aux/os/os_thread.h: Silence -Wunused-param.Gert Wollny1-0/+2
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle2-325/+0
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle1-76/+0
2017-10-27gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-upBrian Paul1-1/+1
2017-08-16gallium/os: fix os_time_get_nano() to roll over lessFrank Richter1-1/+8
2017-06-30gallium: os_process fixes for AndroidRob Herring1-2/+2
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-11/+0
2017-06-05Android: use bionic pthread_barrier_* if possibleChih-Wei Huang1-1/+1
2017-05-25gallium/os: use mmap64 for AndroidRob Herring1-18/+3
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-12/+0
2017-03-12gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri1-17/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-27/+1
2017-03-07gallium/util: remove unused pipe_thread_destroy()Timothy Arceri1-5/+0
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-5/+0
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri1-6/+2
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-10/+6
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-6/+3
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-6/+3
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-5/+2
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-3/+0
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-9/+5
2017-03-07gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri1-5/+2
2017-02-14gallium/os: add per-thread time clock queriesMarek Olšák1-0/+31
2016-12-20st/nine: Implement gallium nine CSMTPatrick Rudolph1-0/+11
2016-10-13gallium/os: Use unsigned integers for size computationAxel Davy1-2/+2
2016-10-10gallium/os: Fix overflow on 32 bitsAxel Davy1-4/+10
2016-08-01auxiliary/os: add new os_get_command_line() functionBrian Paul2-0/+52
2016-07-30os: add pipe_mutex_assert_locked()Rob Clark1-0/+16
2016-07-22gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2-6/+14
2016-06-15auxilary/os: allow appending to GALLIUM_LOG_FILEBrian Paul1-2/+13
2016-04-27os: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2015-11-19os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul1-18/+29
2015-09-01auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin5-24/+24
2015-07-07gallium/os: minor whitespace fixes in os_time.hBrian Paul1-5/+6
2015-07-05gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák2-0/+67
2015-07-05gallium/os: add os_wait_until_zero (v2)Marek Olšák2-1/+48
2015-04-23os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca1-1/+27
2015-04-22android: fix the building rules for Android 5.0Chih-Wei Huang1-1/+1
2015-03-16auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov1-2/+2