source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9d47c1f   2 years caparson changes over all usages of uC++ collections to use dlist instead
(edit) @555af62   2 years pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @16e6905   2 years pabuhr fix get_seed signature
(edit) @3ef5905   2 years pabuhr add get_seed for thread random numbers
(edit) @8a9a3ab   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   2 years caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @55b060d   2 years pabuhr rename directories containers to collections
(edit) @23edb61   2 years caparson added warning message and cleanup for unhandled pending non-local …
(edit) @3318dff   2 years caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @c34bb1f   2 years caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   2 years caparson added support for resuming at resumer, added test for support and …
(edit) @88f2f0f   2 years pabuhr change zeroing of individual statistics fields to memset
(edit) @f898983   2 years pabuhr add missing #include <string.h>
(edit) @374cdb66   2 years pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @7a2c6b18   2 years caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @c44705c   2 years caparson fixed remove ambiguity issue
(edit) @ca22a7c   2 years caparson removed ambiguous waituntil remove support
(edit) @a1467c1   2 years caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   2 years caparson added support for general channel operators
(edit) @f3c02ea   2 years caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   2 years caparson added support for go style channel operators
(edit) @bdbb448   2 years caparson updated documentation related to waituntil changes
(edit) @b93bf85   2 years caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   2 years caparson added support for non-local exceptions
(edit) @9235192c   2 years caparson added support for missed gulps benchmark
(edit) @00b046f   2 years caparson very slim race condition between a channel closing and a waituntil …
(edit) @2dfdae3   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   2 years caparson added termination check for non-stealing actor system
(edit) @b9c06b98   2 years pabuhr formatting, change set_allocation to return previous value, add …
(edit) @1fbf481   2 years caparson more actor changes and touchups
(edit) @70d8e2f2   2 years caparson added extra poll point to check for termination in actor system
(edit) @b065dbb   2 years caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   2 years caparson added a comment
(edit) @e39cfb9   2 years caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   2 years caparson added ability to get number of processors constructed on a cluster …
(edit) @4f9d75d   2 years pabuhr formatting
(edit) @e172f42   2 years caparson Merge branch 'ast-experimental'
(edit) @1e940de0   2 years caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @62d62db   2 years caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   2 years f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   2 years caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @e6c9115   2 years pabuhr update short atomic macros ast-experimental
(edit) @0794365   2 years caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @bebfc2e   2 years caparson renamed some types to make style consistent. fixed race condition in … ast-experimental
(edit) @ded6c2a6   2 years caparson fixed build failure ast-experimental
(edit) @3eeeb88   2 years caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   2 years caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @70a4ed5   2 years caparson refactored to remove return val from on_selected ast-experimental
(edit) @a5294af   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @8463136   2 years pabuhr add short atomic instruction macros ast-experimental
(edit) @88b49bb   2 years caparson added a small waituntil optimization and added some improvements to … ADT ast-experimental
(edit) @5ece8ce   2 years caparson fixed a bug in mcs implementation and cleaned up a bit ADT ast-experimental
(edit) @5908fb4   2 years caparson changed channel fetch routines to use relaxed atomics ADT ast-experimental
(edit) @e23b3ce   2 years caparson added support for timeouts in waituntil ADT ast-experimental
(edit) @c0ec8b6   2 years caparson fixed bug in waituntil and future interop where signals could be lost ADT ast-experimental
(edit) @629c95a   2 years caparson fixed bug in special OR case for channels and waituntil ADT ast-experimental
(edit) @5a05946   2 years caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADT ast-experimental
(edit) @4dd10fb   2 years caparson added atomic_load to non-MX channel get routines ADT ast-experimental
(edit) @c5a2c96   2 years caparson added atomic to eliminate if failing test deadlock is a staleness issue ADT ast-experimental
(edit) @fece3d9   2 years caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADT ast-experimental
(edit) @c4f411e   2 years caparson fixed a bug which may potentially fix build ADT ast-experimental
(edit) @d5187a0   2 years caparson removed potential race to attempt to fix failing test ADT ast-experimental
(edit) @cb69fba   2 years caparson did some cleanup of channels ADT ast-experimental
(edit) @8607a72   2 years caparson added 32 bit failure fix for channels ADT ast-experimental
(edit) @beeff61e   2 years caparson some cleanup and a bunch of changes to support waituntil statement ADT ast-experimental
(edit) @bd72c284   2 years caparson fixed build issue caused by globals ADT ast-experimental
(edit) @9082d7e8   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @a45e21c   2 years caparson cleaned up channel, added safety/productivity features to channels. … ADT ast-experimental
(edit) @efdd18c   2 years caparson updated actor header to use better name for stat toggling ADT ast-experimental
(edit) @ff443e5   2 years pabuhr forgot to add to last commit ADT ast-experimental
(edit) @75d874a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @0e16a2d   2 years caparson added two other channel variations to channel file ADT ast-experimental
(edit) @1633e04   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d30e3eb   2 years caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADT ast-experimental
(edit) @d800676   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1afd9ccb   2 years pabuhr update call.cfa.in with generic casts for io-uring field types ADT ast-experimental
(edit) @1d245ea   2 years caparson added padding to channel to prevent false sharing that was occurring ADT ast-experimental
(edit) @9a9ca36   2 years caparson a little bit of mutex stmt header cleanup ADT ast-experimental
(edit) @dbae916   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8512a2f   3 years caparson added libcfa support for virtual dtors and added it to actor impl ADT ast-experimental
(edit) @c19ca4b   3 years pabuhr add comment about why no #pragma once ADT ast-experimental
(edit) @a96ce07   3 years pabuhr comment out #pragma once to fix build ADT ast-experimental
(edit) @a0a949c   3 years pabuhr formatting, remove unnecessary #include files and code ADT ast-experimental
(edit) @b2f3880   3 years pabuhr add newline at end of file ADT ast-experimental
(edit) @5e4a830   3 years pabuhr add #pragma once to .h and .hfa files ADT ast-experimental
(edit) @681d8f2   3 years caparson After many red herrings I think the race between checking a message … ADT ast-experimental
(edit) @d40555e   3 years caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADT ast-experimental
(edit) @9155026   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @e23169b   3 years caparson some actor cleanup/optimizations ADT ast-experimental
(edit) @99fb52c   3 years caparson fixed failing dynamic.cfa test ADT ast-experimental
(edit) @f23d34db   3 years caparson changed some stat collection for actors and attempted to fix … ADT ast-experimental
(edit) @858350a   3 years caparson added poison pill messages and made test for them ADT ast-experimental
(edit) @2856044a   3 years caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADT ast-experimental
(edit) @13f066d   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1e38178   3 years caparson added some safety/productivity features and some stats ADT ast-experimental
(edit) @a8667ab   3 years pabuhr expunge all rseq code from runtime ADT ast-experimental
(edit) @d964c39   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @ce44c5f   3 years caparson Thought of new channel implementation while working on the prevention … ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.