Skip to main content

thread_by_name

Function thread_by_name 

Source
pub fn thread_by_name(name: &str) -> Option<ThreadInfo>
Expand description

The first live thread named name — C’s epicsThreadGetId (osdThread.c:1039-1060), which epicsThreadShow’s iocsh wrapper falls back to when the argument does not parse as a number.