summaryrefslogtreecommitdiff
path: root/src/util/u_thread.h
Commit message (Expand)AuthorAgeFilesLines
* util: Cygwin has linux-style pthread_setname_npJon Turney2019-08-091-1/+1
* util: fix cpuset support on FreeBSDGreg V2019-08-081-0/+7
* util: fix pointer type on NetBSDEric Engestrom2019-08-031-1/+1
* util: Handle differences in pthread_setname_npMatt Turner2019-08-021-0/+11
* util: Drop preprocessor guards for glibc-2.12Matt Turner2019-07-301-7/+0
* util: Don't block SIGSYS for new threadsDrew Davenport2019-02-261-1/+2
* move pthread_setaffinity_np check to the build systemDylan Baker2018-09-171-4/+0
* util: try to fix the Android and MacOS buildMarek Olšák2018-09-101-2/+5
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-071-0/+57
* u_thread: Use pthread_setname_np on linux only.Samuel Thibault2018-01-221-1/+2
* util/u_thread: fix compilation on Mac OSNicolai Hähnle2017-11-101-1/+1
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-091-0/+74
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-0/+12
* util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca2017-03-131-0/+2
* util: add u_thread.hTimothy Arceri2017-03-121-0/+89