Skip to content
Snippets Groups Projects
Commit b49bbb2f authored by Avi Kivity's avatar Avi Kivity
Browse files

pthread: auto-construct mutexes from PTHREAD_MUTEX_INITIALIZER

Fox simplicity, the first mutex implementation will not be compatible with
PTHREAD_MUTEX_INITIALIZER, so wrap the mutex class with a structure that also
contains an intitialization flag, and initialize it on demand.
parent eb705fbb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment