fix thread macro in Linux
This commit is contained in:
@@ -12,7 +12,7 @@ namespace hgl
|
||||
*/
|
||||
class CondVar
|
||||
{
|
||||
conv_var_ptr *cond_var;
|
||||
cond_var_ptr *cond_var;
|
||||
|
||||
public:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ namespace hgl
|
||||
*/
|
||||
class Semaphore ///信号
|
||||
{
|
||||
semaphore_ptr ptr;
|
||||
semaphore_ptr *ptr;
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user