mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(thread): correct layout of SSyncObject
This commit is contained in:
parent
0d00bd3ae4
commit
83cd9b05c0
6 changed files with 25 additions and 24 deletions
|
|
@ -8,8 +8,8 @@ int32_t SThread::Create(uint32_t (*threadProc)(void*), void* param, SThread& thr
|
|||
#endif
|
||||
|
||||
#if defined(WHOA_SYSTEM_MAC) || defined(WHOA_SYSTEM_LINUX)
|
||||
thread.m_int0 = 5;
|
||||
thread.m_value = 0;
|
||||
thread.int0 = 5;
|
||||
thread.m_value1 = 0;
|
||||
pthread_cond_init(&thread.m_cond, nullptr);
|
||||
|
||||
uint32_t v8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue