Home
last modified time | relevance | path

Searched refs:this (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.7/kernel/src/libs/
Drwlock.rs264 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.7/
DLICENSE7 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 …]
DREADME_EN.md61 …ttps://dragonos.org/?page_id=37) ** , so as to promote the development of this project. The list o…
94 … adopts GPLv2 LICENSE for open source. You are welcome to use the code of this project on the basi…
96 **What we support:** using this project to create greater value and contribute code to this project…
/DragonOS-0.1.7/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/DragonOS-0.1.7/kernel/src/filesystem/sysfs/
Dmod.rs358 let mut this = self.0.lock(); in add_file() localVariable
360 if this.children.contains_key(name) { in add_file()
364 this.children.insert(name.to_string(), file); in add_file()
/DragonOS-0.1.7/user/apps/test_relibc/
Dlink.lds3 Copying and distribution of this script, with or without modification,
5 notice and this notice are preserved. */
125 first. Because this is a wildcard, it
/DragonOS-0.1.7/kernel/src/filesystem/devfs/
Dmod.rs266 let mut this = self.0.lock(); in add_dev() localVariable
268 if this.children.contains_key(name) { in add_dev()
272 this.children.insert(name.to_string(), dev); in add_dev()