webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
tls.cpp File Reference
#include "common/tls.h"
#include <assert.h>

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 
)