source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62d62db   15 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   15 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   15 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @e6c9115   16 months pabuhr update short atomic macros ast-experimental
(edit) @0794365   16 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @bebfc2e   16 months caparson renamed some types to make style consistent. fixed race condition in … ast-experimental
(edit) @ded6c2a6   16 months caparson fixed build failure ast-experimental
(edit) @3eeeb88   16 months caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   16 months caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @70a4ed5   16 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @a5294af   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @8463136   16 months pabuhr add short atomic instruction macros ast-experimental
(edit) @88b49bb   16 months caparson added a small waituntil optimization and added some improvements to … ADTast-experimental
(edit) @5ece8ce   16 months caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5908fb4   16 months caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @e23b3ce   16 months caparson added support for timeouts in waituntil ADTast-experimental
(edit) @c0ec8b6   16 months caparson fixed bug in waituntil and future interop where signals could be lost ADTast-experimental
(edit) @629c95a   16 months caparson fixed bug in special OR case for channels and waituntil ADTast-experimental
(edit) @5a05946   16 months caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADTast-experimental
(edit) @4dd10fb   16 months caparson added atomic_load to non-MX channel get routines ADTast-experimental
(edit) @c5a2c96   17 months caparson added atomic to eliminate if failing test deadlock is a staleness issue ADTast-experimental
(edit) @fece3d9   17 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @c4f411e   17 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   17 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   17 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   17 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @beeff61e   17 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   18 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a45e21c   18 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   18 months caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @ff443e5   18 months pabuhr forgot to add to last commit ADTast-experimental
(edit) @75d874a   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   18 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   18 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @d800676   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   18 months pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @1d245ea   18 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @9a9ca36   18 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @dbae916   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8512a2f   18 months caparson added libcfa support for virtual dtors and added it to actor impl ADTast-experimental
(edit) @c19ca4b   18 months pabuhr add comment about why no #pragma once ADTast-experimental
(edit) @a96ce07   18 months pabuhr comment out #pragma once to fix build ADTast-experimental
(edit) @a0a949c   18 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   18 months pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   18 months pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @681d8f2   19 months caparson After many red herrings I think the race between checking a message … ADTast-experimental
(edit) @d40555e   19 months caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADTast-experimental
(edit) @9155026   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e23169b   19 months caparson some actor cleanup/optimizations ADTast-experimental
(edit) @99fb52c   19 months caparson fixed failing dynamic.cfa test ADTast-experimental
(edit) @f23d34db   19 months caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @858350a   19 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   19 months caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @13f066d   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   19 months caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   19 months pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @d964c39   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   19 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   19 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @dd3576b   19 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @aca0d2f   19 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @3494ca9   19 months pabuhr formatting ADTast-experimental
(edit) @ed52dd5   19 months pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   19 months pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   19 months pabuhr fix build problem ADTast-experimental
(edit) @f5f2768   19 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   19 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @4616622   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   20 months caparson added support for copy based envelopes ADTast-experimental
(edit) @2125443a   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   20 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   20 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   20 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   20 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   20 months caparson added missing header ADTast-experimental
(edit) @c042d79   20 months caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   20 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   20 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   21 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   21 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   21 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   21 months caparson small future touchups ADTast-experimental
(edit) @339e30a   21 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @0348fd8   21 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @26544f9   21 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   21 months caparson more lock cleanup ADTast-experimental
(edit) @2dcd80a   21 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   21 months caparson small lock cleanup ADTast-experimental
(edit) @25ef81d   22 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @70cd431   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   22 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   22 months Thierry Delisle Added more stats ADTast-experimental
(edit) @dd46fd3   22 months pabuhr generalization of PRNG ADTast-experimental
(edit) @20cf96d   22 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   22 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.