Home
last modified time | relevance | path

Searched refs:THREAD_ID (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dpool.rs69 static THREAD_ID: usize = { consts
203 // value. Since a thread is uniquely identified by the THREAD_ID thread in fmt()
206 let caller = THREAD_ID.with(|id| *id); in fmt()

Completed in 1 milliseconds