Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/vxworks/
Dmod.rs88 pub type TASK_ID = ::OBJ_HANDLE; typedef
434 pub initTaskId: ::TASK_ID,
1744 pub fn taskKill(taskId: ::TASK_ID, signo: ::c_int) -> ::c_int; in taskKill() argument
1750 pub fn taskIdSelf() -> ::TASK_ID; in taskIdSelf()