<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/hle/kernel/service_thread.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>service: refactor server architecture</title>
<updated>2023-02-21T17:19:25+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-02-18T21:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a9369726147c7499e0016e183d5d56a7b44efe4b'/>
<id>a9369726147c7499e0016e183d5d56a7b44efe4b</id>
<content type='text'>
Converts services to have their own processes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converts services to have their own processes
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the lock entirely as per PR discussion</title>
<updated>2022-12-09T15:39:59+00:00</updated>
<author>
<name>Salvage</name>
<email>29021710+Saalvage@users.noreply.github.com</email>
</author>
<published>2022-12-09T12:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c586ac9be2edea86889b44d44cede599a0c4dba5'/>
<id>c586ac9be2edea86889b44d44cede599a0c4dba5</id>
<content type='text'>
Correctly unlock mutex before its destruction

As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case

Swap out unique for scoped lock and readd comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly unlock mutex before its destruction

As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case

Swap out unique for scoped lock and readd comment
</pre>
</div>
</content>
</entry>
<entry>
<title>service_thread: fix uninitialized memory usage</title>
<updated>2022-12-04T21:02:24+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-12-04T20:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=cec3a3cd5a3bd0e303761bdb960c7a6a8418fb10'/>
<id>cec3a3cd5a3bd0e303761bdb960c7a6a8418fb10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: fix compile for Apple Clang</title>
<updated>2022-11-23T03:22:28+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-11-21T16:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=9737615948d431cf56826f3c109bbc0fef7b4d10'/>
<id>9737615948d431cf56826f3c109bbc0fef7b4d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service_thread: remove explicit KProcess</title>
<updated>2022-11-10T21:14:03+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-11-10T21:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=b34d3d58821d15ecb5ffc1b436c908ffbb29adea'/>
<id>b34d3d58821d15ecb5ffc1b436c908ffbb29adea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/svc_types: refresh</title>
<updated>2022-11-10T00:05:08+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-11-03T14:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=4eece4d35dcd34478524975b4302373bafeae17b'/>
<id>4eece4d35dcd34478524975b4302373bafeae17b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service_thread: register service threads to the logical owner process</title>
<updated>2022-11-04T13:18:57+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-11-03T00:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e6fe40428c3260d551ac5c795651e2efcfdfc0ea'/>
<id>e6fe40428c3260d551ac5c795651e2efcfdfc0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>k_server_session: add SendReplyHLE</title>
<updated>2022-10-31T21:45:45+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-26T21:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=7aa91c8d9ceb21e631e52c7ac30e47af2ec5a089'/>
<id>7aa91c8d9ceb21e631e52c7ac30e47af2ec5a089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service_thread: convert to map for session management</title>
<updated>2022-10-31T21:44:07+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-25T01:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=7837185f0ab54f76aa57c65676b10179465fe42d'/>
<id>7837185f0ab54f76aa57c65676b10179465fe42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: invert session request handling flow</title>
<updated>2022-10-31T21:44:06+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2022-10-16T05:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=983f2b70741f17f30fe2321451f10cabecc013d2'/>
<id>983f2b70741f17f30fe2321451f10cabecc013d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
