Changeset 09ab0a9a in mainline for kernel/test/synch/workqueue3.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/workqueue3.c
rb2aaaa0 r09ab0a9a 32 32 #include <synch/workqueue.h> 33 33 34 35 34 #define WAVES 10 36 35 #define COUNT_POW 12 … … 45 44 #include "workq-test-core.h" 46 45 47 48 46 static int core_workq_enqueue(work_t *work_item, work_func_t func) 49 47 { 50 48 return workq_global_enqueue(work_item, func); 51 49 } 52 53 54 50 55 51 static const char *do_test(bool exit_early)
Note:
See TracChangeset
for help on using the changeset viewer.