Skip to content

upipe-pthread: add umutex_pthread_trylock#1167

Draft
JDarnley wants to merge 1 commit into
Upipe:masterfrom
JDarnley:pthread-trylock
Draft

upipe-pthread: add umutex_pthread_trylock#1167
JDarnley wants to merge 1 commit into
Upipe:masterfrom
JDarnley:pthread-trylock

Conversation

@JDarnley
Copy link
Copy Markdown
Contributor

Allows the user to call pthread_mutex_trylock() on a umutex provided by this module. Lets the call return UBASE_ERR_BUSY if the mutex is already locked on another thread.

Allows the user to call pthread_mutex_trylock() on a umutex provided by
this module.  Lets the call return UBASE_ERR_BUSY if the mutex is
already locked on another thread.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant