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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/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 in typeref:struct:stw_tls_data *
93 data->next = g_pendingTlsData;
94 g_pendingTlsData = data;
218 * Destroy all items in g_pendingTlsData linked list.
221 while (g_pendingTlsData) {
222 struct stw_tls_data * data = g_pendingTlsData;
223 g_pendingTlsData = data->next;
234 * Search for the current thread in the g_pendingTlsData linked list.
245 for (p_data = &g_pendingTlsData; *p_dat
[all...]
/xsrc/external/mit/MesaLib/dist/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 in typeref:struct:stw_tls_data *
93 data->next = g_pendingTlsData;
94 g_pendingTlsData = data;
218 * Destroy all items in g_pendingTlsData linked list.
221 while (g_pendingTlsData) {
222 struct stw_tls_data * data = g_pendingTlsData;
223 g_pendingTlsData = data->next;
234 * Search for the current thread in the g_pendingTlsData linked list.
245 for (p_data = &g_pendingTlsData; *p_dat
[all...]

Completed in 4 milliseconds