Implement WinNT condition variables, add semaphors
This commit is contained in:
@@ -8,6 +8,11 @@ struct bh_mutex_s
|
||||
void *handle;
|
||||
};
|
||||
|
||||
struct bh_semaphore_s
|
||||
{
|
||||
void *handle;
|
||||
}:
|
||||
|
||||
struct bh_cond_s
|
||||
{
|
||||
void *handle;
|
||||
|
||||
Reference in New Issue
Block a user