Subversion Repositories tpanel

Rev

Rev 446 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 486
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2021 by Andreas Theofilu <andreas@theosys.at>
2
 * Copyright (C) 2021 to 2025 by Andreas Theofilu <andreas@theosys.at>
3
 *
3
 *
4
 * This program is free software; you can redistribute it and/or modify
4
 * This program is free software; you can redistribute it and/or modify
5
 * it under the terms of the GNU General Public License as published by
5
 * it under the terms of the GNU General Public License as published by
6
 * the Free Software Foundation; either version 3 of the License, or
6
 * the Free Software Foundation; either version 3 of the License, or
7
 * (at your option) any later version.
7
 * (at your option) any later version.
Line 22... Line 22...
22
#include <thread>
22
#include <thread>
23
#include <chrono>
23
#include <chrono>
24
#include <functional>
24
#include <functional>
25
#include <atomic>
25
#include <atomic>
26
 
26
 
27
#if defined(__ANDROID__) || defined(__MACH__)
-
 
28
typedef unsigned long int ulong;
27
typedef unsigned long int ulong;
29
#endif
-
 
30
 
28
 
31
extern bool prg_stopped;
29
extern bool prg_stopped;
32
 
30
 
33
class TTimer
31
class TTimer
34
{
32
{