Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c82 static pthread_t g_coapTid; variable
440 int32_t ret = PthreadCreate(&g_coapTid, NULL, CoapIoMonitorLoop, NULL); in CoapThreadInit()
459 PthreadJoin(g_coapTid, NULL); in CoapThreadDestroy()