util: Mark util_format_description() as a const function.
[mesa.git] / src / util / u_thread.h
2020-07-01 Greg Vgallium,util: undef ALIGN on FreeBSD to prevent name...
2020-01-22 Samuel Thibaultutil: Do not fail to build on unknown pthread_setname_np
2020-01-22 X512util/u_thread: Fix build under Haiku
2019-12-11 Vinson Leeutil/u_thread: Restrict u_thread_get_time_nano on macOS.
2019-12-02 Jonathan Grayutil/u_thread: don't restrict u_thread_get_time_nano...
2019-10-16 Alan Coopersmithutil: Solaris has linux-style pthread_setname_np
2019-08-09 Jon Turneyutil: Cygwin has linux-style pthread_setname_np
2019-08-08 Greg Vutil: fix cpuset support on FreeBSD
2019-08-03 Eric Engestromutil: fix pointer type on NetBSD
2019-08-02 Matt Turnerutil: Handle differences in pthread_setname_np
2019-07-30 Matt Turnerutil: Drop preprocessor guards for glibc-2.12
2019-02-26 Drew Davenportutil: Don't block SIGSYS for new threads
2018-09-17 Dylan Bakermove pthread_setaffinity_np check to the build system
2018-09-10 Marek Olšákutil: try to fix the Android and MacOS build
2018-09-07 Marek Olšákst/mesa: pin driver threads to a specific L3 cache...
2018-01-22 Samuel Thibaultu_thread: Use pthread_setname_np on linux only.
2017-11-10 Nicolai Hähnleutil/u_thread: fix compilation on Mac OS
2017-11-09 Nicolai Hähnleutil: move pipe_barrier into src/util and rename to...
2017-06-26 Marek Olšákutil: move pipe_thread_is_self from gallium to src...
2017-03-13 Jose Fonsecautil/u_thread.h: Include stdint.h for int64_t definition.
2017-03-12 Timothy Arceriutil: add u_thread.h