[][src]Type Definition crndm::default::PMutex

type PMutex<T> = Mutex<T, BuddyAlloc>;

Compact form of Mutex <T,BuddyAlloc>.