mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 04:05:22 +02:00
using latest love-android @ changeset 8659be0e75a3
This commit is contained in:
@@ -21,9 +21,13 @@
|
||||
#ifndef LOVE_THREAD_THREADS_H
|
||||
#define LOVE_THREAD_THREADS_H
|
||||
|
||||
// LOVE
|
||||
#include "common/config.h"
|
||||
#include "Thread.h"
|
||||
|
||||
// C++
|
||||
#include <string>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace thread
|
||||
@@ -83,9 +87,13 @@ public:
|
||||
bool start();
|
||||
void wait();
|
||||
bool isRunning() const;
|
||||
const char *getThreadName() const;
|
||||
|
||||
protected:
|
||||
|
||||
Thread *owner;
|
||||
std::string threadName;
|
||||
|
||||
};
|
||||
|
||||
Mutex *newMutex();
|
||||
|
||||
Reference in New Issue
Block a user