Changeset 31e15be in mainline for kernel/test/synch/semaphore1.c
- Timestamp:
- 2021-08-04T15:18:08Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a935e
- Parents:
- de38873
- git-author:
- Dmitry Selyutin <ghostmansd@…> (2020-12-23 21:59:08)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-08-04 15:18:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/semaphore1.c
rde38873 r31e15be 41 41 42 42 static waitq_t can_start; 43 static atomic_ t items_produced;44 static atomic_ t items_consumed;43 static atomic_size_t items_produced; 44 static atomic_size_t items_consumed; 45 45 46 46 static void producer(void *arg)
Note:
See TracChangeset
for help on using the changeset viewer.