source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0da9475   7 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @cce0807   7 months caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @c46c999   7 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @fe293bf   7 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @ba0e1bc   7 months caparson Added supporting library routines for cofor impl
(edit) @2ad5e1d5   7 months caparson added missing semicolons
(edit) @8df19af   7 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   7 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @ca995e3   8 months caparson added missing ARM fence on the signallee side of channel handoff
(edit) @02c5880   8 months caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @ee9ad40   8 months caparson Changed cofor files to support the corun statement
(edit) @8bc67cf   8 months pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @11ab0b4a   8 months pabuhr add corun/cofor statement, update old cofor
(edit) @147a137   8 months caparson added enable/disable ehm with no params for coroutines
(edit) @60f69f0   9 months pabuhr formatting
(edit) @e4c3819   9 months pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @334e0cf2   9 months caparson added cofor macro
(edit) @1ed5e9e   9 months caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @ba068c0   9 months pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @9d47c1f   9 months caparson changes over all usages of uC++ collections to use dlist instead
(edit) @555af62   9 months pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @16e6905   9 months pabuhr fix get_seed signature
(edit) @3ef5905   9 months pabuhr add get_seed for thread random numbers
(edit) @8a9a3ab   9 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   9 months caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @55b060d   9 months pabuhr rename directories containers to collections
(edit) @23edb61   10 months caparson added warning message and cleanup for unhandled pending non-local …
(edit) @3318dff   10 months caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @c34bb1f   10 months caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   10 months caparson added support for resuming at resumer, added test for support and …
(edit) @88f2f0f   11 months pabuhr change zeroing of individual statistics fields to memset
(edit) @f898983   11 months pabuhr add missing #include <string.h>
(edit) @374cdb66   11 months pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @7a2c6b18   11 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @c44705c   11 months caparson fixed remove ambiguity issue
(edit) @ca22a7c   11 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   11 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   11 months caparson added support for general channel operators
(edit) @f3c02ea   11 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   11 months caparson added support for go style channel operators
(edit) @bdbb448   11 months caparson updated documentation related to waituntil changes
(edit) @b93bf85   11 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   11 months caparson added support for non-local exceptions
(edit) @9235192c   11 months caparson added support for missed gulps benchmark
(edit) @00b046f   11 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @2dfdae3   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   11 months caparson added termination check for non-stealing actor system
(edit) @b9c06b98   11 months pabuhr formatting, change set_allocation to return previous value, add …
(edit) @1fbf481   11 months caparson more actor changes and touchups
(edit) @70d8e2f2   12 months caparson added extra poll point to check for termination in actor system
(edit) @b065dbb   12 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   12 months caparson added a comment
(edit) @e39cfb9   12 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   12 months caparson added ability to get number of processors constructed on a cluster …
(edit) @4f9d75d   12 months pabuhr formatting
(edit) @e172f42   12 months caparson Merge branch 'ast-experimental'
(edit) @1e940de0   12 months caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @62d62db   12 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   12 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266c   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   12 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @e6c9115   12 months pabuhr update short atomic macros ast-experimental
(edit) @0794365   12 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @bebfc2e   12 months caparson renamed some types to make style consistent. fixed race condition in … ast-experimental
(edit) @ded6c2a6   12 months caparson fixed build failure ast-experimental
(edit) @3eeeb88   12 months caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   12 months caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @70a4ed5   12 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @a5294af   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @8463136   12 months pabuhr add short atomic instruction macros ast-experimental
(edit) @88b49bb   13 months caparson added a small waituntil optimization and added some improvements to … ADTast-experimental
(edit) @5ece8ce   13 months caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5908fb4   13 months caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @e23b3ce   13 months caparson added support for timeouts in waituntil ADTast-experimental
(edit) @c0ec8b6   13 months caparson fixed bug in waituntil and future interop where signals could be lost ADTast-experimental
(edit) @629c95a   13 months caparson fixed bug in special OR case for channels and waituntil ADTast-experimental
(edit) @5a05946   13 months caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADTast-experimental
(edit) @4dd10fb   13 months caparson added atomic_load to non-MX channel get routines ADTast-experimental
(edit) @c5a2c96   13 months caparson added atomic to eliminate if failing test deadlock is a staleness issue ADTast-experimental
(edit) @fece3d9   13 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @c4f411e   13 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   13 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   13 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   13 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @beeff61e   13 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   14 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a45e21c   14 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   14 months caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @ff443e5   14 months pabuhr forgot to add to last commit ADTast-experimental
(edit) @75d874a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   15 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   15 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @d800676   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   15 months pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @1d245ea   15 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @9a9ca36   15 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @dbae916   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.