Changeset e3306d04 in mainline for kernel/test/mm/falloc2.c
- Timestamp:
- 2018-09-07T15:54:32Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f1d850
- Parents:
- 036e97c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/mm/falloc2.c
r036e97c re3306d04 117 117 const char *test_falloc2(void) 118 118 { 119 atomic_s et(&thread_count, THREADS);120 atomic_s et(&thread_fail, 0);119 atomic_store(&thread_count, THREADS); 120 atomic_store(&thread_fail, 0); 121 121 122 122 for (unsigned int i = 0; i < THREADS; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.