Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/u_thread.h: Include stdint.h for int64_t definition. | Jose Fonseca | 2017-03-13 | 1 | -0/+2 |
| | | | | Fixes MinGW build. Trivial. | ||||
* | util: add u_thread.h | Timothy Arceri | 2017-03-12 | 1 | -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]> |