summaryrefslogtreecommitdiff
path: root/src/util/u_thread.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-22u_thread: Use pthread_setname_np on linux only.Samuel Thibault1-1/+2
2017-11-10util/u_thread: fix compilation on Mac OSNicolai Hähnle1-1/+1
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle1-0/+74
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-0/+12
2017-03-13util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca1-0/+2
2017-03-12util: add u_thread.hTimothy Arceri1-0/+89