Home
last modified time | relevance | path

Searched refs:TlsAlloc (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dtls_limit.h26 #define TlsAlloc() FlsAlloc(nullptr) macro
42 handle h = TlsAlloc(); in LimitTLSKeysTo()
/oneTBB/src/tbb/
H A Dtls.h51 tls_key_t tmp = TlsAlloc();
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp42 #define TlsAlloc() FlsAlloc(nullptr) macro
129 Tid_key = TlsAlloc(); in init()
214 TLS_pointer_key = TlsAlloc(); in init()
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h300 void create_key() { my_key = TlsAlloc(); }