Home
last modified time | relevance | path

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

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Ddbg_module.c66 int debug_module_process_pid = 0; variable
109 debug_module_process_pid = fork(); in debug_module_init()
111 if (debug_module_process_pid == 0) in debug_module_init()
176 if (debug_module_process_pid) in debug_module_deinit()
178 kill(debug_module_process_pid, SIGKILL); in debug_module_deinit()
Ddbg_module.h24 extern int debug_module_process_pid;