Deskflow
1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
XThread.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
4
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
5
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6
*/
7
8
#pragma once
9
10
#include "
arch/XArch.h
"
11
13
18
class
XThreadExit
:
public
XThread
19
{
20
public
:
22
explicit
XThreadExit
(
void
*result) :
m_result
(result)
23
{
24
// do nothing
25
}
26
~XThreadExit
()
override
=
default
;
27
28
public
:
29
void
*
m_result
;
30
};
XArch.h
XThreadExit::XThreadExit
XThreadExit(void *result)
result is the result of the thread
Definition
XThread.h:22
XThreadExit::~XThreadExit
~XThreadExit() override=default
XThreadExit::m_result
void * m_result
Definition
XThread.h:29
XThread
Generic thread exception.
Definition
XArch.h:23
src
lib
mt
XThread.h
Generated by
1.14.0