[#BloombergLP-bslmt_ThreadFunction] = xref:BloombergLP.adoc[BloombergLP]::bslmt_ThreadFunction :relfileprefix: ../ :mrdocs: `bslmt_ThreadFunction` is an alias for a function type taking a single `void` pointer argument and returning `void *`. Such functions are suitable to be specified as thread entry point functions to `bslmt::ThreadUtil::create`. == Synopsis Declared in `<bslmt_threadutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void*(* bslmt_ThreadFunction)(void*); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#