Home
last modified time | relevance | path

Searched defs:threadContext (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_thread_pool.c55 ThreadContext *threadContext = (ThreadContext *)args; in TlsDestructor() local
77 ThreadContext *threadContext = GetCurrentThreadContext(); in GetAndUpdateInvoker() local
87 ThreadContext *threadContext = (ThreadContext *)args; in ThreadHandler() local
159 ThreadContext *threadContext = (ThreadContext *)calloc(1, sizeof(ThreadContext)); in SpawnNewThread() local
206 ThreadContext *threadContext = GetCurrentThreadContext(); in GetRemoteInvoker() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp46 void CreateContext(std::shared_ptr<ThreadContext>& threadContext) in CreateContext()
57 void ReleaseContext(std::shared_ptr<ThreadContext> threadContext) in ReleaseContext()
72 auto threadContext = std::make_shared<ThreadContext>(); in GetContextLocked() local
167 auto threadContext = GetContextLocked(tid); in CollectThreadContext() local
254 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
H A Dunwinder.cpp534 auto threadContext = LocalThreadContext::GetInstance().CollectThreadContext(tid); in UnwindLocalWithTid() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c67 ThreadContext *threadContext = GetCurrentThreadContext(); in GetUniqueSeqNumber() local
336 ThreadContext *threadContext = GetCurrentThreadContext(); in GetCallerSessionId() local
374 ThreadContext *threadContext = GetCurrentThreadContext(); in ProcessTransaction() local
744 ThreadContext *threadContext = GetCurrentThreadContext(); in RpcJoinThread() local
768 ThreadContext *threadContext = GetCurrentThreadContext(); in RpcStopWorkThread() local
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c67 ThreadContext *threadContext = GetCurrentThreadContext(); in ProcessProto() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c202 ThreadContext *threadContext = GetCurrentThreadContext(); in UpdateProto() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c242 ThreadContext *threadContext = GetCurrentThreadContext(); in UpdateProto() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c290 ThreadContext *threadContext = GetCurrentThreadContext(); in CallIpcCallback() local
492 ThreadContext *threadContext = GetCurrentThreadContext(); in IpcJoinThreadLoop() local
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp301 ThreadContext *threadContext = GetCurrentThreadContext(); variable
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c215 ThreadContext *threadContext = GetCurrentThreadContext(); in HandleTransaction() local