Searched refs:TlsAlloc (Results 1 – 4 of 4) sorted by relevance
26 #define TlsAlloc() FlsAlloc(nullptr) macro42 handle h = TlsAlloc(); in LimitTLSKeysTo()
51 tls_key_t tmp = TlsAlloc();
42 #define TlsAlloc() FlsAlloc(nullptr) macro129 Tid_key = TlsAlloc(); in init()214 TLS_pointer_key = TlsAlloc(); in init()
300 void create_key() { my_key = TlsAlloc(); }