-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
sem_drain_and_wait_timeout
and time_to_ticks
to lispBM.
The new `sem_drain_and_wait_timeout` effectively achieves binary semaphore semantics without relying on `ch_binary_semaphore`. `time_to_ticks` is necessary to pass the correct timeout values to `sem_wait_to` and `sem_drain_and_wait_timeout`
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters