Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp18 static const int32 sTLSVariable = tls_allocate(); variable
164 return (RequestThread*)tls_get(sTLSVariable); in GetCurrentThread()
185 tls_set(sTLSVariable, this); in _ThreadLoop()