Searched refs:thrd_current (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.c164 * But unfortunately C11's thrd_current() gives no such guarantees. In
166 * thrd_current() on Windows with such characteristics. So for now, we
172 return thrd_current();
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h298 thrd_current(void) function in typeref:typename:thrd_t
H A Dthreads_win32.h504 thrd_current(void)
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h298 thrd_current(void) function in typeref:typename:thrd_t
H A Dthreads_win32.h373 thrd_current(void)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_thread.h373 * thrd_current() is not portable to windows (or at least not in a desirable
388 * But unfortunately C11's thrd_current() gives no such guarantees. In
390 * thrd_current() on Windows with such characteristics. So for now, we
396 return thrd_current();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.1.rst168 - c11/threads: Don't implement thrd_current on Windows.

Completed in 7 milliseconds