Files
mesa/src/util
Vinson Lee 9661fc9cdb util/u_thread: Restrict u_thread_get_time_nano on macOS.
macOS does not have pthread_getcpuclockid.

src/util/u_thread.h:156:4: error: implicit declaration of function 'pthread_getcpuclockid' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
   pthread_getcpuclockid(thread, &cid);
   ^

Fixes: 4913215d14 ("util/u_thread: don't restrict u_thread_get_time_nano() to __linux__")
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2171
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Eric Engestrom <eric@engestrom.ch>
2019-12-10 21:35:47 -08:00
..
2019-10-10 16:33:04 -07:00
2019-08-08 22:02:54 +01:00
2018-10-10 13:13:12 -05:00
2019-09-19 19:56:22 +00:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-15 20:23:44 +02:00
2019-08-02 18:38:52 +01:00
2018-07-06 10:04:22 -07:00
2019-06-12 15:57:16 -07:00
2019-10-28 11:24:39 +00:00
2019-09-04 00:11:51 +01:00
2019-06-28 23:37:49 +01:00
2019-09-06 00:45:11 +00:00
2017-11-09 11:57:21 +01:00
2019-05-31 19:14:30 +02:00
2017-09-03 09:05:23 +01:00
2019-10-09 12:55:15 -07:00
2019-03-14 22:41:08 +00:00
2018-11-27 15:44:02 -05:00
2019-10-28 11:24:38 +00:00
2019-08-31 13:26:10 -07:00