Function wasix::thread_local_set
source · 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 withval- Value to be set for the thread local variable