yuzu/src/core/hle/service/sockets
ReinUsesLisp 5692c48ab7 service/sockets: Add worker abstraction to execute blocking calls asynchronously
This abstraction allows executing blocking functions (like recvfrom on a
socket configured for blocking) without blocking the service thread.
It is intended to be used with SleepClientThread.
2020-07-28 01:47:03 -03:00
..
blocking_worker.h service/sockets: Add worker abstraction to execute blocking calls asynchronously 2020-07-28 01:47:03 -03:00
bsd.cpp service: Update function tables 2020-04-20 15:53:49 -04:00
bsd.h service/sockets: Add enumerations and structures 2020-07-28 01:47:03 -03:00
ethc.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
ethc.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nsd.cpp service: Update function tables 2020-06-29 04:01:34 +02:00
nsd.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
sfdnsres.cpp service: Update function tables 2020-06-29 04:01:34 +02:00
sfdnsres.h service: Update function tables 2020-06-29 04:01:34 +02:00
sockets_translate.cpp service/sockets: Add translate functions 2020-07-28 01:47:03 -03:00
sockets_translate.h service/sockets: Add translate functions 2020-07-28 01:47:03 -03:00
sockets.cpp service/sockets: Add ethc:c and ethc:i services 2018-07-26 01:07:21 -04:00
sockets.h service/sockets: Add enumerations and structures 2020-07-28 01:47:03 -03:00