[#BloombergLP-bslmt-ThreadUtilImpl-04-getSpecific] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadUtilImpl-04.adoc[ThreadUtilImpl<Platform::PosixThreads>]::getSpecific :relfileprefix: ../../../ :mrdocs: Return the value associated with the specified thread‐specific `key`. Note that if the key is not valid, a value of zero is returned, which is indistinguishable from a valid key with a 0 value. == Synopsis Declared in `<bslmt_threadutilimpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void* getSpecific(xref:BloombergLP/bslmt/ThreadUtilImpl-04/Key.adoc[Key] const& key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#