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

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c77 S32 child_process_id; member in struct:IpcEvent_t
589 pIpcEvent->child_process_id = fork();
591 if (0 == pIpcEvent->child_process_id)
631 kill(pIpcEvent->child_process_id, SIGKILL);

Completed in 45 milliseconds