jeremyczhen / fdbus

FDBus - Fast Distributed Bus
https://blog.csdn.net/jeremy_cz/article/details/89060291
161 stars 85 forks source link

CBaseSemaphore have problem, suggest not use #29

Open ByteXiaoTang opened 3 years ago

ByteXiaoTang commented 3 years ago

sem_timedwait use CLOCK_REALTIME time, which may change when system time change. so timewait will have problem.