HomeSort by relevance Sort by last modified time
    Searched refs:ThreadSafe (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.c 90 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is
118 static int ThreadSafe;
159 if (ThreadSafe)
170 ThreadSafe = 1;
202 u_current_user = (ThreadSafe) ? NULL : (void *) ptr;
219 return (ThreadSafe)
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
261 return (struct mapi_table *) ((ThreadSafe) ?
  /external/mesa3d/src/mapi/mapi/
u_current.c 90 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is
118 static int ThreadSafe;
159 if (ThreadSafe)
170 ThreadSafe = 1;
202 u_current_user = (ThreadSafe) ? NULL : (void *) ptr;
219 return (ThreadSafe)
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
261 return (struct mapi_table *) ((ThreadSafe) ?
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java 10 * ThreadSafe
21 public @interface ThreadSafe {