Home
last modified time | relevance | path

Searched refs:stw_tls_data (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_tls.c50 static struct stw_tls_data *g_pendingTlsData = NULL;
53 static struct stw_tls_data *
56 static struct stw_tls_data *
89 struct stw_tls_data *data; in stw_tls_init()
114 static struct stw_tls_data *
117 struct stw_tls_data *data; in stw_tls_data_create()
153 stw_tls_data_destroy(struct stw_tls_data *data) in stw_tls_data_destroy()
175 struct stw_tls_data *data; in stw_tls_init_thread()
194 struct stw_tls_data *data; in stw_tls_cleanup_thread()
200 data = (struct stw_tls_data *) TlsGetValue(tlsIndex); in stw_tls_cleanup_thread()
[all …]
Dstw_tls.h33 struct stw_tls_data struct
39 struct stw_tls_data *next; argument
54 struct stw_tls_data *
Dstw_framebuffer.c195 struct stw_tls_data *tls_data; in stw_call_window_proc()