Home
last modified time | relevance | path

Searched defs:tid (Results 226 - 250 of 584) sorted by relevance

12345678910>>...24

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/third_party/openssl/test/testutil/
H A Dtestutil_init.c28 CRYPTO_THREAD_ID tid; in internal_trace_cb() local
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 CRYPTO_THREAD_ID tid; in ossl_rand_pool_add_additional_data() member
103 CRYPTO_THREAD_ID tid; in ossl_pool_add_nonce_data() member
H A Drand_win.c131 DWORD tid; in ossl_pool_add_nonce_data() member
153 DWORD tid; in ossl_rand_pool_add_additional_data() member
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h70 int32_t tid = 0; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data_base_def.h64 uint32_t tid; member
/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_2.cpp67 uint32_t tid; member
H A Dcontent_reader_version_1.cpp67 uint32_t tid; member
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp74 static size_t UnwinderRemote(std::shared_ptr<Unwinder> unwinder, const pid_t tid) in UnwinderRemote() argument
85 static size_t UnwinderRemoteFp(std::shared_ptr<Unwinder> unwinder, const pid_t tid) in UnwinderRemoteFp() argument
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp86 pid_t DfxProcess::ChangeTid(pid_t tid, bool ns) in ChangeTid() argument
164 bool GetProcessInfo(pid_t tid, unsigned long long &startTime) in GetProcessInfo() argument
H A Ddfx_unwind_remote.cpp57 pid_t tid = thread->threadInfo_.nsTid; in GetThreadKernelStack() local
196 pid_t tid = thread->threadInfo_.nsTid; in UnwindOtherThread() local
[all...]
H A Ddfx_unwind_async_thread.cpp44 pid_t tid = thread_->threadInfo_.nsTid; in UnwindStack() local
[all...]
H A Ddfx_thread.cpp37 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() argument
43 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() argument
48 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp42 std::string GetThreadHead(int32_t tid) in GetThreadHead() argument
54 bool GetBacktraceFramesByTid(std::vector<DfxFrame>& frames, int32_t tid, size_t skipFrameNum, bool fast, in GetBacktraceFramesByTid() argument
72 bool GetBacktraceStringByTid(std::string& out, int32_t tid, size_t skipFrameNum, bool fast, in GetBacktraceStringByTid() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/
H A Ddfx_sigdump_handler.cpp86 void DfxSigDumpHandler::SetRunThreadId(int tid) in SetRunThreadId() argument
93 int tid = DfxSigDumpHandler::GetInstance().GetRunThreadId(); in SignalDumpRetranHandler() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp90 pid_t tid = accountmgrPid; in HWTEST_F() local
146 pthread_t tid; in HWTEST_F() local
166 int32_t pid = 1, tid = 1; in HWTEST_F() local
180 int32_t pid = 243, tid = 243; HWTEST_F() local
198 pid_t tid = pid; HWTEST_F() local
222 pid_t tid = pid; HWTEST_F() local
289 pid_t tid = pid; HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_dump_request.h110 int32_t tid; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp68 std::shared_ptr<ThreadContext> GetContextLocked(int32_t tid) in GetContextLocked() argument
90 RemoveContextLocked(int32_t tid) RemoveContextLocked() argument
137 GetThreadContext(int32_t tid) GetThreadContext() argument
148 ReleaseThread(int32_t tid) ReleaseThread() argument
164 CollectThreadContext(int32_t tid) CollectThreadContext() argument
227 GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) GetStackRange() argument
254 SignalRequestThread(int32_t tid, ThreadContext* threadContext) SignalRequestThread() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_client.cpp219 int RequestSdkDump(int32_t pid, int32_t tid, int timeout) in RequestSdkDump() argument
224 int RequestSdkDumpJson(int32_t pid, int32_t tid, bool isJson, int timeout) in RequestSdkDumpJson() argument
/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp168 static RemoveTaskChecker CheckRemoveJSTask(const std::shared_ptr<NotifyData> &notifyData, const std::string &tid) in CheckRemoveJSTask() argument
186 std::string tid = std::to_string(notifyData->taskId); in DoJSTask() local
[all...]
/base/request/request/frameworks/native/src/
H A Drequest_service_proxy.cpp39 int32_t RequestServiceProxy::Create(const Config &config, std::string &tid) in Create() argument
136 int32_t RequestServiceProxy::GetTask(const std::string &tid, const std::string &token, Config &config) in GetTask() argument
159 Start(const std::string &tid) Start() argument
176 Stop(const std::string &tid) Stop() argument
192 Query(const std::string &tid, TaskInfo &info) Query() argument
214 Touch(const std::string &tid, const std::string &token, TaskInfo &info) Touch() argument
262 Show(const std::string &tid, TaskInfo &info) Show() argument
284 Pause(const std::string &tid, Version version) Pause() argument
301 QueryMimeType(const std::string &tid, std::string &mimeType) QueryMimeType() argument
324 Remove(const std::string &tid, Version version) Remove() argument
348 Resume(const std::string &tid) Resume() argument
387 Subscribe(const std::string &tid) Subscribe() argument
405 Unsubscribe(const std::string &tid) Unsubscribe() argument
[all...]
H A Drequest_manager.cpp28 int32_t RequestManager::Create(const Config &config, int32_t seq, std::string &tid) in Create() argument
32 int32_t RequestManager::GetTask(const std::string &tid, const std::string &token, Config &config) in GetTask() argument
36 int32_t RequestManager::Start(const std::string &tid) in Start() argument
40 int32_t RequestManager::Stop(const std::string &tid) in Stop() argument
45 int32_t RequestManager::Query(const std::string &tid, TaskInfo &info) in Query() argument
50 Touch(const std::string &tid, const std::string &token, TaskInfo &info) Touch() argument
60 Show(const std::string &tid, TaskInfo &info) Show() argument
65 Pause(const std::string &tid, Version version) Pause() argument
70 QueryMimeType(const std::string &tid, std::string &mimeType) QueryMimeType() argument
75 Remove(const std::string &tid, Version version) Remove() argument
80 Resume(const std::string &tid) Resume() argument
[all...]
/base/request/request/frameworks/js/napi/include/
H A Djs_task.h84 std::string tid; member
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_test.cpp84 std::string tid = "1"; in HWTEST_F() local
101 std::string tid = "1"; in HWTEST_F() local
128 std::string tid = "tid"; in HWTEST_F() local
141 std::string tid in HWTEST_F() local
155 std::string tid = "tid"; HWTEST_F() local
184 std::string tid = "tid"; HWTEST_F() local
198 std::string tid = "tid"; HWTEST_F() local
212 std::string tid = "tid"; HWTEST_F() local
226 std::string tid = "tid"; HWTEST_F() local
240 std::string tid = "tid"; HWTEST_F() local
[all...]
/base/security/access_token/interfaces/innerkits/token_setproc/test/unittest/src/
H A Dtokensetproc_kit_test.cpp430 pthread_t tid[2]; in HWTEST_F() local

Completed in 10 milliseconds

12345678910>>...24