pub unsafe extern "C" fn thread_kill_zombie(
    pid: kernel_pid_t
) -> c_int
Expand description

@brief Terminates zombie thread.

@param[in] pid the PID of the thread to terminate

@return 1 on success @return STATUS_NOT_FOUND if pid is unknown or not a zombie