source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8dc8f68   5 weeks pabuhr change type name condition_variable to cond_lock
(edit) @6b33e89   5 months pabuhr change backquote call to regular call
(edit) @c5e1aa6   6 months pabuhr update abort messages for exception handling
(edit) @e1358c0   6 months lseo create waituntil timeout node as literal via macro as a workaround for …
(edit) @3483185   7 months lseo Make it possible to fulfil a future by loading an exception like ucpp
(edit) @d923fca   7 months ajbeach Clean-up the warnings of the concurrency tests. A lot of little test …
(edit) @71ca5b9   8 months lseo perform proper casting before pointer arithmetic
(edit) @c3d0182a   8 months lseo plan9 inline ordering for concurrency keywords.
(edit) @f6f7b52   8 months lseo fixed a parser bug to generate correct ast for waitfor. added a test …
(edit) @6a6e205   8 months mlbrooks Clean some warnings from unused variables and pointer-to-int casts.
(edit) @454aab2   9 months pabuhr update io_uring casts to prevent 32-bit warning messages about wrong …
(edit) @10b5970   9 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @a6b48f6   9 months pabuhr formatting, comment out unused parameter names to remove warnings
(edit) @5251c6b   9 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @5d3d281   10 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @1c0a3a4   10 months pabuhr fix problem with future seperate compilation
(edit) @e25ef8c   10 months pabuhr formatting, first attempt to add priority order to waitfor selection, …
(edit) @1cd2839   10 months pabuhr test patch for respecting lexical priority in waitfor statement
(edit) @95707a3   10 months pabuhr updates to barrier.hfa
(edit) @a3af522   11 months pabuhr first attempt at updating barrier lock
(edit) @105fb21   11 months pabuhr rename start_actor_system and stop_actor_system, add implicit messages …
(edit) @1a7203d   12 months pabuhr change CFA runtime libraries to use C designator syntax
(edit) @db19e1d   13 months ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @a51dc0d   14 months pabuhr add missing #ifdef to handle systems without io_uring
(edit) @15215f02   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @358e1152   17 months pabuhr move attribute((unused)) so it applies to variable
(edit) @da87eaf   17 months pabuhr remove spurious 'this' qualification
(edit) @6dd4091   18 months pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @0da9475   22 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @cce0807   23 months caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @c46c999   23 months caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @fe293bf   23 months caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @ba0e1bc   23 months caparson Added supporting library routines for cofor impl
(edit) @2ad5e1d5   2 years caparson added missing semicolons
(edit) @8df19af   2 years caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   2 years caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @ca995e3   2 years caparson added missing ARM fence on the signallee side of channel handoff
(edit) @02c5880   2 years caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @ee9ad40   2 years caparson Changed cofor files to support the corun statement
(edit) @8bc67cf   2 years pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @147a137   2 years caparson added enable/disable ehm with no params for coroutines
(edit) @60f69f0   2 years pabuhr formatting
(edit) @e4c3819   2 years pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @334e0cf2   2 years caparson added cofor macro
(edit) @1ed5e9e   2 years caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @ba068c0   2 years pabuhr rename clock routines processor and program to processor_cpu and …
(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
Note: See TracRevisionLog for help on using the revision log.