Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c273 static void *NstackMainLoop(void *arg) in NstackMainLoop() function
362 ret = PthreadCreate(&g_tid, NULL, NstackMainLoop, NULL); in NstackxInitInner()
373 g_threadId = osThreadNew((osThreadFunc_t)NstackMainLoop, NULL, &attr); in NstackxInitInner()