Searched defs:TASK_ID (Results 1 – 1 of 1) sorted by relevance
80 pub type TASK_ID = crate::OBJ_HANDLE; typedef1855 pub fn taskKill(taskId: crate::TASK_ID, signo: c_int) -> c_int; in taskKill()1865 pub fn taskNameSet(task_id: crate::TASK_ID, task_name: *mut c_char) -> c_int; in taskNameSet()1866 pub fn taskNameGet(task_id: crate::TASK_ID, buf_name: *mut c_char, bufsize: size_t) -> c_int; in taskNameGet()