Home
last modified time | relevance | path

Searched refs:g_tid (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp78 std::thread::id g_tid = std::thread::id(); member
485 if (pixmapSize < MIN_DATA_SIZE || (!g_useSharedMem && g_tid == std::this_thread::get_id())) { in UnmarshallingNoLazyGeneratedImage()
2190 if (size < MIN_DATA_SIZE || (!g_useSharedMem && g_tid == std::this_thread::get_id())) { in WriteToParcel()
2221 (!g_useSharedMem && g_tid == std::this_thread::get_id())) { in ReadFromParcel()
2237 (!g_useSharedMem && g_tid == std::this_thread::get_id())) { in SkipFromParcel()
2266 g_tid = tid; in BeginNoSharedMem()
2271 g_tid.__reset(); in EndNoSharedMem()
2276 if (tid == g_tid) { in GetUseSharedMem()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c62 static pthread_t g_tid; variable
362 ret = PthreadCreate(&g_tid, NULL, NstackMainLoop, NULL); in NstackxInitInner()
475 PthreadJoin(g_tid, NULL); in NSTACKX_Deinit()

Completed in 7 milliseconds