webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
tls.h File Reference
#include "common/platform.h"

Go to the source code of this file.

Functions

TLSIndex CreateTLSIndex ()
 
bool DestroyTLSIndex (TLSIndex index)
 
bool SetTLSValue (TLSIndex index, void *value)
 
voidGetTLSValue (TLSIndex index)
 

Function Documentation

◆ CreateTLSIndex()

TLSIndex CreateTLSIndex ( )

◆ DestroyTLSIndex()

bool DestroyTLSIndex ( TLSIndex  index)

◆ GetTLSValue()

void* GetTLSValue ( TLSIndex  index)

◆ SetTLSValue()

bool SetTLSValue ( TLSIndex  index,
void value 
)