source: libcfa/src/concurrency/channel.hfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fe293bf   6 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @3f0b062   6 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @ca995e3   6 months caparson added missing ARM fence on the signallee side of channel handoff
(edit) @02c5880   7 months caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @7a2c6b18   9 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @c44705c   9 months caparson fixed remove ambiguity issue
(edit) @ca22a7c   9 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   9 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   9 months caparson added support for general channel operators
(edit) @f3c02ea   9 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   9 months caparson added support for go style channel operators
(edit) @b93bf85   10 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @00b046f   10 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @ded6c2a6   11 months caparson fixed build failure ast-experimental
(edit) @3eeeb88   11 months caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   11 months caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @70a4ed5   11 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @88b49bb   11 months caparson added a small waituntil optimization and added some improvements to … ADTast-experimental
(edit) @5908fb4   12 months caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @629c95a   12 months caparson fixed bug in special OR case for channels and waituntil ADTast-experimental
(edit) @4dd10fb   12 months caparson added atomic_load to non-MX channel get routines ADTast-experimental
(edit) @c5a2c96   12 months caparson added atomic to eliminate if failing test deadlock is a staleness issue ADTast-experimental
(edit) @c4f411e   12 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   12 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   12 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   12 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @beeff61e   12 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @a45e21c   13 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @75d874a   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   13 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @d30e3eb   13 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @1d245ea   13 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @5e4a830   14 months pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @ce44c5f   14 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @42b739d7   16 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   16 months caparson made changes to support zero-size channels ADTast-experimental
(add) @4a962d8   16 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.