pub unsafe fn thread_local_destroy(key: TlKey) -> Result<(), Errno>
Expand description

Destroys a thread local variable

Parameters

  • key - Thread key that was previously created