Searched defs:ThreadBound (Results 1 – 4 of 4) sorted by relevance
7 pub(crate) struct ThreadBound<T> { struct12 unsafe impl<T> Sync for ThreadBound<T> {} argument18 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation20 impl<T> ThreadBound<T> { implementation37 impl<T: Debug> Debug for ThreadBound<T> { implementation54 impl<T: Copy> Copy for ThreadBound<T> {} implementation56 impl<T: Copy> Clone for ThreadBound<T> { implementation
7 pub struct ThreadBound<T> { struct12 unsafe impl<T> Sync for ThreadBound<T> {} implementation15 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation17 impl<T> ThreadBound<T> { implementation34 impl<T: Debug> Debug for ThreadBound<T> { implementation
132 TEST(TaskScopeTest, ThreadBound) { in TEST() argument