commit | 0c81b9b9cd4e961bdc4f982c2667855a18c428d4 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Thu May 05 15:48:12 2016 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Fri May 06 16:01:50 2016 -0700 |
tree | 674bd38dd05b278a6ae759f4c53e681ecb70938f |
add initial demo pthread party Everything in order here. Party results: Before party: FOOD: [ *********** ] TRASH: [ ] After party: FOOD: [ ] TRASH: [ *********** ] Everyone ate in order and then placed their trash accordingly. Locking is in place so this is expected. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>