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.