2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-12 12:02:54 +00:00

some mods

This commit is contained in:
Oliver Kowalke
2013-01-07 17:25:03 +01:00
parent 55e03df93b
commit e04637edaf
14 changed files with 268 additions and 161 deletions

View File

@@ -22,7 +22,7 @@ namespace fibers {
condition::condition() :
cmd_( SLEEPING),
waiters_( 0),
enter_mtx_( false),
enter_mtx_(),
check_mtx_(),
waiting_mtx_(),
waiting_()