Searched refs:ON_LOCAL_THREAD (Results 1 – 1 of 1) sorted by relevance
51 static ON_LOCAL_THREAD: Cell<bool> = Cell::new(false); in localset_future_threadpool() constant54 ON_LOCAL_THREAD.with(|cell| cell.set(true)); in localset_future_threadpool()58 assert!(ON_LOCAL_THREAD.with(|cell| cell.get())); in localset_future_threadpool()