Searched refs:g_threadId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 48 static pid_t g_threadId = 0; variable 88 g_threadId = gettid(); in CreateRecursiveThread() 106 g_threadId = gettid(); in CreateThread() 610 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; 611 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1); 652 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; 653 …bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1, 10); // 10 means backtrace frames is … 673 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; 674 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1);
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | ipc_invoker.c | 36 uint32_t g_threadId = 0; variable 429 g_threadId = syscall(SYS_gettid); in CallbackDispatch() 444 return g_threadId; in GetThreadId()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 60 static osThreadId_t g_threadId; variable 373 g_threadId = osThreadNew((osThreadFunc_t)NstackMainLoop, NULL, &attr); in NstackxInitInner() 374 if (g_threadId == NULL) { in NstackxInitInner() 478 if (osThreadTerminate(g_threadId) != osOK) { in NSTACKX_Deinit()
|