<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/hle/kernel/thread.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>core: hle: kernel: Rename Thread to KThread.</title>
<updated>2021-01-29T05:42:25+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-31T07:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c0d3aef28c0a0c68c18de30228f29e30f0e52533'/>
<id>c0d3aef28c0a0c68c18de30228f29e30f0e52533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: thread: Preserve thread wait reason for debugging only.</title>
<updated>2021-01-11T22:23:17+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-01-10T22:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=03dfc8d8e74910d447b755e00848a623ec65cd93'/>
<id>03dfc8d8e74910d447b755e00848a623ec65cd93</id>
<content type='text'>
- This is decoupled from core functionality and used for debugging only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This is decoupled from core functionality and used for debugging only.
</pre>
</div>
</content>
</entry>
<entry>
<title>core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.</title>
<updated>2021-01-11T22:23:16+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-30T09:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=912dd501465ffaabd149cc3532839e346982b337'/>
<id>912dd501465ffaabd149cc3532839e346982b337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.</title>
<updated>2021-01-11T22:23:16+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-28T21:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c3c43e32fcf198444acb493483e03fcb193156df'/>
<id>c3c43e32fcf198444acb493483e03fcb193156df</id>
<content type='text'>
- This is how the real kernel works, and is more accurate and simpler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This is how the real kernel works, and is more accurate and simpler.
</pre>
</div>
</content>
</entry>
<entry>
<title>core: hle: kernel: Update KSynchronizationObject.</title>
<updated>2021-01-11T22:23:16+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-22T06:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=35c3c078e3c079c0a9192b411e20c71b122ff057'/>
<id>35c3c078e3c079c0a9192b411e20c71b122ff057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: Migrate to KScopedSchedulerLock.</title>
<updated>2020-12-06T08:03:24+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-04T06:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ccce6cb3be062fc7ae162bed32202538ebc2e3d9'/>
<id>ccce6cb3be062fc7ae162bed32202538ebc2e3d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.</title>
<updated>2020-12-06T08:03:24+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-04T05:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=4756cb203e8ef09377988eb1b49ca20ef45f4492'/>
<id>4756cb203e8ef09377988eb1b49ca20ef45f4492</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: Rewrite scheduler implementation based on Mesopshere.</title>
<updated>2020-12-06T08:03:24+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-12-03T02:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=9e29e36a784496f7290c03b6a42e400a164a5b1e'/>
<id>9e29e36a784496f7290c03b6a42e400a164a5b1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: Port KAffinityMask from Mesosphere.</title>
<updated>2020-12-06T08:03:24+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-11-17T05:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e18ee8d681bf05e8c1480dd1ad7133778ead773d'/>
<id>e18ee8d681bf05e8c1480dd1ad7133778ead773d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: thread: Remove unused "Running" state.</title>
<updated>2020-11-29T09:31:52+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-11-15T06:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c2ad1243baaf25dcb6f9c80121c48ff6da1986cb'/>
<id>c2ad1243baaf25dcb6f9c80121c48ff6da1986cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
