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

Sets the value of a thread local variable

Parameters

  • key - Thread key that this local variable will be associated with
  • val - Value to be set for the thread local variable