mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
d01a189d8f
commit
97244bf9bd
@ -29,12 +29,12 @@ PUBLISHED:
|
|||||||
INLINE void set_frequency(float frequency);
|
INLINE void set_frequency(float frequency);
|
||||||
INLINE float get_frequency(void) const;
|
INLINE float get_frequency(void) const;
|
||||||
|
|
||||||
|
void create_thread(void);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
AsyncUtility(float frequency = 0.2);
|
AsyncUtility(float frequency = 0.2);
|
||||||
virtual ~AsyncUtility(void);
|
virtual ~AsyncUtility(void);
|
||||||
|
|
||||||
void create_thread(void);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void destroy_thread(void);
|
void destroy_thread(void);
|
||||||
static void* st_callback(void *arg);
|
static void* st_callback(void *arg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user