Searched refs:ThreadSafe (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.c90 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is
121 static int ThreadSafe; variable in typeref:typename:int
198 if (ThreadSafe)
209 ThreadSafe = 1;
241 u_current_context = (ThreadSafe) ? NULL : (void *) ptr;
256 return ThreadSafe ? tss_get(u_current_context_tsd) : u_current_context;
279 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
296 if (ThreadSafe)
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.c91 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is
120 static int ThreadSafe; variable in typeref:typename:int
161 if (ThreadSafe)
172 ThreadSafe = 1;
204 u_current_context = (ThreadSafe) ? NULL : (void *) ptr;
219 if (ThreadSafe)
247 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
264 if (ThreadSafe)

Completed in 3 milliseconds