Changeset 9fbc7fa in mainline
- Timestamp:
- 2016-07-18T16:10:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f9c808
- Parents:
- e86a617a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/adt/cht.c
re86a617a r9fbc7fa 1890 1890 /* See comment in split_bucket(). */ 1891 1891 1892 bool done; 1892 bool done = false; 1893 1893 1894 do { 1894 1895 bool resizing = false; … … 2060 2061 cht_link_t *join_node, size_t split_hash) 2061 2062 { 2062 bool done; 2063 bool done = false; 2064 2063 2065 do { 2064 2066 wnd_t wnd = {
Note:
See TracChangeset
for help on using the changeset viewer.