Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H A Dhi_wtdg.c314 static int hidog_deamon(void *data) in hidog_deamon() function
319 prctl(PR_SET_NAME, "hidog_deamon", 0, 0, 0); in hidog_deamon()
347 if (pthread_create(&g_task_hidog_deamon, NULL, (void *)hidog_deamon, 0) < 0) { in hidog_init()
348 osal_printk("create hidog_deamon failed!\n"); in hidog_init()
354 dog = osal_kthread_create(hidog_deamon, NULL, "hidog"); in hidog_init()
356 osal_printk("create hidog_deamon failed!\n"); in hidog_init()

Completed in 1 milliseconds