HomeSort by relevance Sort by last modified time
    Searched full:tls_index (Results 1 - 1 of 1) sorted by null

  /external/bison/lib/
msvc-inval.c 61 static DWORD tls_index; variable
72 tls_index = TlsAlloc ();
75 if (tls_index == TLS_OUT_OF_INDEXES)
81 (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index);
91 TlsSetValue (tls_index, pointer);

Completed in 25 milliseconds