Home
last modified time | relevance | path

Searched defs:thread_local_state (Results 1 – 2 of 2) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dtls.c68 typedef struct thread_local_state { struct
70 int new_display_flags;
71 int new_display_refresh_rate;
72 int new_display_adapter;
73 int new_window_x;
74 int new_window_y;
75 int new_bitmap_depth;
76 int new_bitmap_samples;
83 ALLEGRO_BITMAP *target_bitmap;
86 ALLEGRO_BLENDER current_blender;
[all …]
/dports/math/py-jax/jax-0.2.9/jax/
H A Dcore.py724 thread_local_state = ThreadLocalState() variable