On 09/03/17 02:41, Emil Velikov wrote:
Hi Timothy,
On 8 March 2017 at 04:36, Timothy Arceri wrote:
This is a minimal copy of os_thread.h from gallium in order to move
u_queue.{c,h} to this directory.
I cannot see a patch which drops the equivalent parts in os_thread.h.
Can we void having a
Hi Timothy,
On 8 March 2017 at 04:36, Timothy Arceri wrote:
> This is a minimal copy of os_thread.h from gallium in order to move
> u_queue.{c,h} to this directory.
I cannot see a patch which drops the equivalent parts in os_thread.h.
Can we void having a duplicate copy of this, imho, rather pick
This is a minimal copy of os_thread.h from gallium in order to move
u_queue.{c,h} to this directory.
---
src/util/Makefile.sources | 1 +
src/util/u_thread.h | 89 +++
2 files changed, 90 insertions(+)
create mode 100644 src/util/u_thread.h
diff