mirror of
https://github.com/boostorg/thread.git
synced 2026-02-01 09:02:08 +00:00
Added "unspecified" read-write sync policy, for use in read-write mutex tests
[SVN r33564]
This commit is contained in:
@@ -18,7 +18,8 @@ namespace boost
|
||||
writer_priority,
|
||||
reader_priority,
|
||||
alternating_many_reads,
|
||||
alternating_single_read
|
||||
alternating_single_read,
|
||||
unspecified=writer_priority
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user