Changeset 09ab0a9a in mainline for kernel/test/synch/workqueue2.c
- Timestamp:
- 2018-09-13T12:05:53Z (7 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/workqueue2.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 /*-------------------------------------------------------------------*/ 49 47 … … 56 54 TPRINTF("basic_test_work()"); 57 55 } 58 59 56 60 57 static void basic_test(void) … … 74 71 /*-------------------------------------------------------------------*/ 75 72 76 77 73 struct work_queue *workq = NULL; 78 74 … … 82 78 } 83 79 /*-------------------------------------------------------------------*/ 84 85 80 86 81 static const char *test_custom_workq_impl(bool stop, const char *qname) … … 108 103 } 109 104 110 111 105 static const char *test_custom_workq_stop(void) 112 106 { … … 117 111 return NULL; 118 112 } 119 120 113 121 114 const char *test_workqueue_all(void)
Note:
See TracChangeset
for help on using the changeset viewer.