Searched refs:this (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.5/kernel/src/libs/ |
D | rwlock.rs | 264 pub fn leak(this: Self) -> &'rwlock T { in leak() 265 let Self { data, .. } = this; in leak() 333 pub fn leak(this: Self) -> &'rwlock T { in leak() 334 let this = ManuallyDrop::new(this); in leak() localVariable 336 unsafe { &*this.data } in leak() 344 pub fn leak(this: Self) -> &'rwlock T { in leak() 345 let this = ManuallyDrop::new(this); in leak() localVariable 347 return unsafe { &*this.data }; in leak()
|
/DragonOS-0.1.5/ |
D | LICENSE | 7 of this license document, but changing it is not allowed. 24 this service if you wish), that you receive source code or can get it 40 (2) offer you this license which gives you legal permission to copy, 44 that everyone understands that there is no warranty for this free 53 program proprietary. To prevent this, we have made it clear that any 64 under the terms of this General Public License. The "Program", below, 73 covered by this License; they are outside its scope. The act of 83 notices that refer to this License and to the absence of any warranty; 84 and give any other recipients of the Program a copy of this License 101 parties under the terms of this License. [all …]
|
D | README_EN.md | 61 …ttps://dragonos.org/?page_id=37) ** , so as to promote the development of this project. The list o… 93 … adopts GPLv2 LICENSE for open source. You are welcome to use the code of this project on the basi… 95 **What we support:** using this project to create greater value and contribute code to this project…
|
/DragonOS-0.1.5/docs/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/DragonOS-0.1.5/kernel/src/filesystem/devfs/ |
D | mod.rs | 251 let mut this = self.0.lock(); in add_dev() localVariable 253 if this.children.contains_key(name) { in add_dev() 257 this.children.insert(name.to_string(), dev); in add_dev()
|