<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.3dbrew.org/w/index.php?action=history&amp;feed=atom&amp;title=KRecursiveLock</id>
	<title>KRecursiveLock - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.3dbrew.org/w/index.php?action=history&amp;feed=atom&amp;title=KRecursiveLock"/>
	<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=KRecursiveLock&amp;action=history"/>
	<updated>2026-05-13T01:57:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=KRecursiveLock&amp;diff=18716&amp;oldid=prev</id>
		<title>TuxSH: Created page with &quot;Category:Kernel objects Size : 0x8 bytes  Used to implement critical sections, etc.  This class has 3 methods : &lt;code&gt;Lock&lt;/code&gt;, &lt;code&gt;Unlock&lt;/code&gt;, and &lt;code&gt;LocalUnlo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=KRecursiveLock&amp;diff=18716&amp;oldid=prev"/>
		<updated>2016-12-04T01:42:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Category:Kernel_objects&quot; title=&quot;Category:Kernel objects&quot;&gt;Category:Kernel objects&lt;/a&gt; Size : 0x8 bytes  Used to implement critical sections, etc.  This class has 3 methods : &amp;lt;code&amp;gt;Lock&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Unlock&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;LocalUnlo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Kernel objects]]&lt;br /&gt;
Size : 0x8 bytes&lt;br /&gt;
&lt;br /&gt;
Used to implement critical sections, etc.&lt;br /&gt;
&lt;br /&gt;
This class has 3 methods : &amp;lt;code&amp;gt;Lock&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Unlock&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;LocalUnlock&amp;lt;/code&amp;gt;. The only difference between the two last methods is that the last one never triggers SGI #8 (rescheduling signal, associated to [[KScheduler]] objects)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Lock&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;Unlock&amp;lt;/code&amp;gt; blocks are always used with the same object.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Lock&amp;lt;/code&amp;gt; / &amp;lt;code&amp;gt;LocalUnlock&amp;lt;/code&amp;gt; are always used with the associated attribute of the timer/watchdog timer interrupt object.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Offset&lt;br /&gt;
! Type&lt;br /&gt;
!  Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x0&lt;br /&gt;
| [[KThread]] *&lt;br /&gt;
| Thread owning the lock&lt;br /&gt;
|-&lt;br /&gt;
| 0x4&lt;br /&gt;
| s32&lt;br /&gt;
| Lock count&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>TuxSH</name></author>
	</entry>
</feed>