Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_tls.c39 * Static mutex to protect the access to g_pendingTlsData global and
50 static struct stw_tls_data *g_pendingTlsData = NULL; variable
93 data->next = g_pendingTlsData; in stw_tls_init()
94 g_pendingTlsData = data; in stw_tls_init()
218 * Destroy all items in g_pendingTlsData linked list. in stw_tls_cleanup()
221 while (g_pendingTlsData) { in stw_tls_cleanup()
222 struct stw_tls_data * data = g_pendingTlsData; in stw_tls_cleanup()
223 g_pendingTlsData = data->next; in stw_tls_cleanup()
234 * Search for the current thread in the g_pendingTlsData linked list.
245 for (p_data = &g_pendingTlsData; *p_dat in stw_tls_lookup_pending_data()
[all...]

Completed in 1 milliseconds