fix linux cv size bug
parent
b108f80247
commit
866fcf988c
|
@ -16,7 +16,7 @@
|
|||
|
||||
#define THREAD_TYPE_SIZE 32
|
||||
#define MUTEX_TYPE_SIZE 40
|
||||
#define CONDITION_VARIABLE_TYPE_SIZE 32
|
||||
#define CONDITION_VARIABLE_TYPE_SIZE 48
|
||||
#define SEMAPHORE_TYPE_SIZE 32
|
||||
|
||||
#define AssertThreadSizes() \
|
||||
|
|
Loading…
Reference in New Issue