missing condition variable
Open
- Dominant language
- C
- Stars
- 891
- Forks
- 381
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
Condition variable are missing from core synchronisation primitive. Only mutex and semaphore are present in mynewt.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing core synchronization primitives, especially mutex and semaphore, to understand their APIs and integration points. Define the expected condition-variable behavior and scope before implementation. Done means condition variables are available as a core synchronization primitive alongside mutexes and semaphores, with appropriate validation from the project’s existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100