User story #1579
Handle pthread_cond_timedwait() and pthread_cond_wait() spurious wakeups
Start date:
06.11.2023
Due date:
06.11.2023
% Done:
0%
Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):
Description
Possible issue on EventSem discovered by Damien Karkinsky (IO) and Jure Varlec (Cosylab)
History
#1 Updated by Giuseppe Ferro over 1 year ago
- Status changed from New to Code: Impl
#2 Updated by Giuseppe Ferro over 1 year ago
- Status changed from Code: Impl to Unit: Rev
#3 Updated by Giuseppe Ferro over 1 year ago
- Assignee changed from Giuseppe Ferro to André Neto
#5 Updated by André Neto over 1 year ago
- Assignee changed from André Neto to Giuseppe Ferro
- Description updated (diff)
Implementation seems OK but test Scheduler_L5GAMs_FastSchedulerGTest.TestIntegrated_NoWait
now fails. It seems that the problem is on the test itself.
#6 Updated by André Neto over 1 year ago
- Status changed from Unit: Rev to Code: Impl