source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @2d028003   3 years pabuhr restructure #include files because issues with attribute … ADT ast-experimental
(edit) @dd3576b   3 years pabuhr update from old to new trait syntax using forall ADT ast-experimental
(edit) @aca0d2f   3 years pabuhr make anonymous struct declaration static ADT ast-experimental
(edit) @3494ca9   3 years pabuhr formatting ADT ast-experimental
(edit) @ed52dd5   3 years pabuhr remove comment about _GNU_SOURCE ADT ast-experimental
(edit) @56bb2e1   3 years pabuhr clean up #include files ADT ast-experimental
(edit) @14f6a3cb   3 years pabuhr fix build problem ADT ast-experimental
(edit) @f5f2768   3 years pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADT ast-experimental
(edit) @4d35bc6   3 years pabuhr remove explicit declaration of accept4 function ADT ast-experimental
(edit) @4616622   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @2d028039   3 years caparson added support for copy based envelopes ADT ast-experimental
(edit) @2125443a   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8a97248   3 years pabuhr switch from old trait syntax to new trait syntax using forall clause ADT ast-experimental
(edit) @ccf1d99   3 years caparson intermediate push so I can move to nasus to performance test some stuff ADT ast-experimental
(edit) @5c473c9   3 years caparson fixed bug where I used buffer as a stack not a queue ADT ast-experimental
(edit) @ecfe574   3 years caparson added envelope copying to avoid allocations ADT ast-experimental
(edit) @9d0ff30   3 years caparson added missing header ADT ast-experimental
(edit) @c042d79   3 years caparson ported uC++-style actor system ADT ast-experimental
(edit) @378de69   3 years caparson small lock cleanup to remove unused field on spin_queue_lock ADT ast-experimental
(edit) @42b739d7   3 years caparson fixed termination synchronization in the channel benchmark to get rid … ADT ast-experimental
(edit) @5c931e0   3 years caparson made changes to support zero-size channels ADT ast-experimental
(edit) @4a962d8   3 years caparson added channel impl with basic test. Will expand impl and tests soon ADT ast-experimental
(edit) @0cee082   3 years caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADT ast-experimental
(edit) @5e180c2   3 years caparson small future touchups ADT ast-experimental
(edit) @339e30a   3 years caparson added new future and added rudimentary select statement support for it ADT ast-experimental
(edit) @0348fd8   3 years caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADT ast-experimental
(edit) @26544f9   3 years Thierry Delisle added helping and lock to allow remote processors to flush … ADT ast-experimental
(edit) @1ab773e0   3 years caparson more lock cleanup ADT ast-experimental
(edit) @2dcd80a   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @7d9598d8   3 years caparson small lock cleanup ADT ast-experimental
(edit) @25ef81d   3 years pabuhr formatting, remove unnecessary temporary variable in prng function ADT ast-experimental
(edit) @70cd431   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @261e107   3 years pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADT ast-experimental
(edit) @74227c6   3 years Thierry Delisle Added more stats ADT ast-experimental
(edit) @dd46fd3   3 years pabuhr generalization of PRNG ADT ast-experimental
(edit) @20cf96d   3 years pabuhr changes to PRNG types to eliminate casts ADT ast-experimental
(edit) @29702ad   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1553a55   3 years Thierry Delisle Explicitly zero initialize the intrusive link fields ADT ast-experimental
(edit) @857081e   3 years pabuhr change type of yield parameter from unsigned int to size_t ADT ast-experimental
(edit) @9fce2572   3 years pabuhr 32-bit update of PRNG ADT ast-experimental
(edit) @d2ad151   3 years pabuhr major update of PRNG ADT ast-experimental
(edit) @63be3387   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @b77f0e1   3 years caparson cleaned up some lock stuff ADT ast-experimental
(edit) @639e4fc   3 years Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADT ast-experimental
(edit) @a757ba1   3 years Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADT ast-experimental
(edit) @6a4ef0c   3 years Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADT ast-experimental
(edit) @e8b8e65   3 years Thierry Delisle Added implementation of call_once ADT ast-experimental
(edit) @cd5b58f   3 years Thierry Delisle Changed node link in thread to use dlink called cltr_link ADT ast-experimental
(edit) @15c93d8   3 years Thierry Delisle Renamed ready-queue link fields to rdy_link ADT ast-experimental
(edit) @be5f0a5   3 years Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADT ast-experimental
(edit) @2856982c   3 years Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADT ast-experimental
(edit) @28372f7   3 years Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADT ast-experimental
(edit) @88ac843e   3 years Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADT ast-experimental
(edit) @a167c70c   3 years Thierry Delisle Added thread support for migrating between clusters. ADT ast-experimental
(edit) @8b74fa7   3 years Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADT ast-experimental
(edit) @878cfcc   3 years Thierry Delisle Added extra check to make sure threads is never double executed ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.