source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3483185   8 weeks lseo Make it possible to fulfil a future by loading an exception like ucpp
(edit) @d923fca   2 months ajbeach Clean-up the warnings of the concurrency tests. A lot of little test …
(edit) @71ca5b9   3 months lseo perform proper casting before pointer arithmetic
(edit) @c3d0182a   3 months lseo plan9 inline ordering for concurrency keywords.
(edit) @f6f7b52   3 months lseo fixed a parser bug to generate correct ast for waitfor. added a test …
(edit) @6a6e205   3 months mlbrooks Clean some warnings from unused variables and pointer-to-int casts.
(edit) @454aab2   4 months pabuhr update io_uring casts to prevent 32-bit warning messages about wrong …
(edit) @10b5970   4 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @a6b48f6   4 months pabuhr formatting, comment out unused parameter names to remove warnings
(edit) @5251c6b   4 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @5d3d281   5 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @1c0a3a4   5 months pabuhr fix problem with future seperate compilation
(edit) @e25ef8c   5 months pabuhr formatting, first attempt to add priority order to waitfor selection, …
(edit) @1cd2839   5 months pabuhr test patch for respecting lexical priority in waitfor statement
(edit) @95707a3   5 months pabuhr updates to barrier.hfa
(edit) @a3af522   6 months pabuhr first attempt at updating barrier lock
(edit) @105fb21   6 months pabuhr rename start_actor_system and stop_actor_system, add implicit messages …
(edit) @1a7203d   7 months pabuhr change CFA runtime libraries to use C designator syntax
(edit) @db19e1d   8 months ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @a51dc0d   9 months pabuhr add missing #ifdef to handle systems without io_uring
(edit) @15215f02   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @358e1152   12 months pabuhr move attribute((unused)) so it applies to variable
(edit) @da87eaf   12 months pabuhr remove spurious 'this' qualification
(edit) @6dd4091   13 months pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @0da9475   17 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @cce0807   18 months caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @c46c999   18 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @fe293bf   18 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @ba0e1bc   18 months caparson Added supporting library routines for cofor impl
(edit) @2ad5e1d5   18 months caparson added missing semicolons
(edit) @8df19af   18 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   18 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @ca995e3   19 months caparson added missing ARM fence on the signallee side of channel handoff
(edit) @02c5880   19 months caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @ee9ad40   19 months caparson Changed cofor files to support the corun statement
(edit) @8bc67cf   19 months pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @11ab0b4a   19 months pabuhr add corun/cofor statement, update old cofor
(edit) @147a137   19 months caparson added enable/disable ehm with no params for coroutines
(edit) @60f69f0   20 months pabuhr formatting
(edit) @e4c3819   20 months pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @334e0cf2   20 months caparson added cofor macro
(edit) @1ed5e9e   20 months caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @ba068c0   20 months pabuhr rename clock routines processor and program to processor_cpu and …
(edit) @9d47c1f   20 months caparson changes over all usages of uC++ collections to use dlist instead
(edit) @555af62   20 months pabuhr add include bits/sequence.hfa to pthread.cfa after removing it from …
(edit) @16e6905   20 months pabuhr fix get_seed signature
(edit) @3ef5905   20 months pabuhr add get_seed for thread random numbers
(edit) @8a9a3ab   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4269d1b   20 months caparson fixed unhandled exception bug causing deleted memory to be accessed …
(edit) @55b060d   20 months pabuhr rename directories containers to collections
(edit) @23edb61   21 months caparson added warning message and cleanup for unhandled pending non-local …
(edit) @3318dff   21 months caparson fixed non-local ehm issue and added no arg resumer routine
(edit) @c34bb1f   21 months caparson fixed nonlocal exception edge case for program main and added poll() …
(edit) @c3e510b   21 months caparson added support for resuming at resumer, added test for support and …
(edit) @88f2f0f   21 months pabuhr change zeroing of individual statistics fields to memset
(edit) @f898983   22 months pabuhr add missing #include <string.h>
(edit) @374cdb66   22 months pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @7a2c6b18   22 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @c44705c   22 months caparson fixed remove ambiguity issue
(edit) @ca22a7c   22 months caparson removed ambiguous waituntil remove support
(edit) @a1467c1   22 months caparson added support for remove and insert calls in waituntils
(edit) @bf55f32   22 months caparson added support for general channel operators
(edit) @f3c02ea   22 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @a0b59ed   22 months caparson added support for go style channel operators
(edit) @bdbb448   22 months caparson updated documentation related to waituntil changes
(edit) @b93bf85   22 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @2fe64ba   22 months caparson added support for non-local exceptions
(edit) @9235192c   22 months caparson added support for missed gulps benchmark
(edit) @00b046f   22 months caparson very slim race condition between a channel closing and a waituntil …
(edit) @2dfdae3   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @508671e   22 months caparson added termination check for non-stealing actor system
(edit) @b9c06b98   22 months pabuhr formatting, change set_allocation to return previous value, add …
(edit) @1fbf481   22 months caparson more actor changes and touchups
(edit) @70d8e2f2   23 months caparson added extra poll point to check for termination in actor system
(edit) @b065dbb   23 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   23 months caparson added a comment
(edit) @e39cfb9   23 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   23 months caparson added ability to get number of processors constructed on a cluster …
(edit) @4f9d75d   23 months pabuhr formatting
(edit) @e172f42   23 months caparson Merge branch 'ast-experimental'
(edit) @1e940de0   23 months caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @62d62db   23 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   23 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   23 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @e6c9115   23 months pabuhr update short atomic macros ast-experimental
(edit) @0794365   23 months 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 … ADTast-experimental
(edit) @5ece8ce   2 years caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5908fb4   2 years caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @e23b3ce   2 years caparson added support for timeouts in waituntil ADTast-experimental
(edit) @c0ec8b6   2 years caparson fixed bug in waituntil and future interop where signals could be lost ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.