Associate the specified value with the specified thread‐specific key. Return 0 on success, and a non‐zero value otherwise. TBD elaborate on what value represents

Synopsis

Declared in <bslmt_threadutilimpl_pthread.h>

static
int
setSpecific(
    Key const& key,
    void const* value);

Created with MrDocs