aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/u_thread.h
Commit message (Collapse)AuthorAgeFilesLines
* util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca2017-03-131-0/+2
| | | | Fixes MinGW build. Trivial.
* util: add u_thread.hTimothy Arceri2017-03-121-0/+89
This is a minimal copy of os_thread.h from gallium in order to move u_queue.{c,h} to this directory. Reviewed-by: Marek Olšák <[email protected]>