rustix
0.38.39
In rustix::thread
Function
rustix
::
thread
::
name
Copy item path
source
·
[
−
]
pub fn name() ->
Result
<
CString
>
Expand description
Get the name of the calling thread.
§
References
prctl(PR_GET_NAME,…)