Home
last modified time | relevance | path

Searched refs:TLSKeyOnce_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp42 pthread_once_t IPCThreadSkeleton::TLSKeyOnce_ = PTHREAD_ONCE_INIT; member in OHOS::IPC_SINGLE::IPCThreadSkeleton
120 pthread_once(&TLSKeyOnce_, IPCThreadSkeleton::MakeTlsKey); in GetCurrent()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_thread_skeleton.h78 static pthread_once_t TLSKeyOnce_; variable