Searched refs:ThreadSafe (Results 1 – 12 of 12) sorted by relevance
118 static int ThreadSafe; variable159 if (ThreadSafe) in u_current_init()170 ThreadSafe = 1; in u_current_init()202 u_current_user = (ThreadSafe) ? NULL : (void *) ptr; in u_current_set_user()219 return (ThreadSafe) in u_current_get_user_internal()246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set()261 return (struct mapi_table *) ((ThreadSafe) ? in u_current_get_internal()
META-INF/ net/ net/jcip/ net/jcip/annotations/ net/jcip ...
META-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/ ...
META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/ ...
21 public @interface ThreadSafe { annotation
36 import javax.annotation.concurrent.ThreadSafe;50 @ThreadSafe
26 import javax.annotation.concurrent.ThreadSafe;87 @ThreadSafe
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
7943 * enclosing object (the receiver), is marked as {@code ThreadSafe}.7947 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class)