source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f23d34db   16 months caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @858350a   16 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   16 months caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @13f066d   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   16 months caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   16 months pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @d964c39   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   16 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   16 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @dd3576b   16 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @aca0d2f   16 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @3494ca9   16 months pabuhr formatting ADTast-experimental
(edit) @ed52dd5   16 months pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   16 months pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   16 months pabuhr fix build problem ADTast-experimental
(edit) @f5f2768   16 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   16 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @4616622   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   17 months caparson added support for copy based envelopes ADTast-experimental
(edit) @2125443a   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   17 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   17 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   17 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   17 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   17 months caparson added missing header ADTast-experimental
(edit) @c042d79   17 months caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   17 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   17 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   18 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   18 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   18 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   18 months caparson small future touchups ADTast-experimental
(edit) @339e30a   18 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @0348fd8   18 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @26544f9   18 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   18 months caparson more lock cleanup ADTast-experimental
(edit) @2dcd80a   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   18 months caparson small lock cleanup ADTast-experimental
(edit) @25ef81d   18 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @70cd431   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   19 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   19 months Thierry Delisle Added more stats ADTast-experimental
(edit) @dd46fd3   19 months pabuhr generalization of PRNG ADTast-experimental
(edit) @20cf96d   19 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   19 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   19 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @857081e   19 months pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   19 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   19 months pabuhr major update of PRNG ADTast-experimental
(edit) @63be3387   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b77f0e1   19 months caparson cleaned up some lock stuff ADTast-experimental
(edit) @639e4fc   20 months Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   20 months Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   20 months Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @e8b8e65   20 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @cd5b58f   20 months Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @15c93d8   20 months Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   20 months Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
(edit) @2856982c   20 months Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADTast-experimental
(edit) @28372f7   20 months Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADTast-experimental
(edit) @88ac843e   20 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   20 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @8b74fa7   20 months Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADTast-experimental
(edit) @878cfcc   20 months Thierry Delisle Added extra check to make sure threads is never double executed ADTast-experimental
(edit) @8bd886e   20 months Thierry Delisle Some clean-up in pthread emulation ADTast-experimental
(edit) @df6cc9d   20 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @e5256bd   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4f102fa   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @116a2ea   21 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @926d358   21 months Thierry Delisle Removed old asm_labels. Modified preemption check to no longer poll … ADTast-experimental
(edit) @3fcb5921   21 months Thierry Delisle Fixed what appears to be a bug in retract. Text coverage for this … ADTast-experimental
(edit) @a55472cc   21 months Thierry Delisle Removed use of single_sem in io since oneshot is sufficient and used … ADTast-experimental
(edit) @a46f7b6   21 months Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADTast-experimental
(edit) @5f6b2c2   21 months Thierry Delisle Fixed case where the measure time could be 0 and log2(0) is a problem. ADTast-experimental
(edit) @d1cd4c4   21 months Thierry Delisle Changed moving average weights as an attempt to compensate for logscale. ADTast-experimental
(edit) @31c967b   21 months Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADTast-experimental
(edit) @33e4968e   21 months Thierry Delisle Relaxed the warning a little. ADTast-experimental
(edit) @da77728   21 months Thierry Delisle Added runtime warning for the leader_spin issue ADTast-experimental
(edit) @5f9c42b   21 months Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADTast-experimental
(edit) @1756e08   21 months Thierry Delisle Added some defensive programming to work around parsing bug ADTast-experimental
(edit) @160f1aa   21 months Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADTast-experimental
(edit) @9cd5bd2   21 months Thierry Delisle Added an assembly to prevent null-checks from being optimized out. … ADTast-experimentalpthread-emulation
(edit) @95dab9e   21 months Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADTast-experimentalpthread-emulation
(edit) @7f6a7c9   21 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   21 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @1c7ed2d   21 months Thierry Delisle Changed futures and oneshots to use new enum capabilities ADTast-experimentalpthread-emulation
(edit) @aa144c5   21 months Thierry Delisle Relaxed helping cutoff from 1.5X to 8X ADTast-experimentalpthread-emulation
(edit) @2284d20   22 months Thierry Delisle Added some verifys to make sure atomic_acquire isn't used outside … ADTast-experimentalpthread-emulation
(edit) @b443db0   22 months Thierry Delisle Change how no preempts zone are implemented. From begin/end tags to … ADTast-experimentalpthread-emulation
(edit) @1bcbf02   22 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @01ba701   22 months Thierry Delisle Purged "thread_local" from code base. Replaced with C11's … ADTast-experimentalpthread-emulation
(edit) @fbb930e   22 months Thierry Delisle Added option to explicitly poll interrupts. Usefull in cases using … ADTast-experimentalpthread-emulation
(edit) @cefd0b9   22 months Thierry Delisle Fixed intialization of SQE to be more resistant to version updates, … ADTast-experimentalpthread-emulation
(edit) @19cb0cb   22 months Thierry Delisle Added comments and fixed scoping ADTast-experimentalpthread-emulation
(edit) @cd3fc46   22 months Thierry Delisle Changed scheduler lock to remove one level of pointer. ADTast-experimentalpthread-emulation
(edit) @71cf630   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @741e22c   22 months Thierry Delisle Fixed potential false sharing on ready-schedule mutate lock ADTast-experimentalpthread-emulation
(edit) @8bee858   22 months Thierry Delisle Changed io types to have trailing $ instead of leading ADTast-experimentalpthread-emulation
(edit) @428adbc   23 months z277zhu fix pthread_sig* interpose problems; add test doc Signed-off-by: … ADTast-experimentalpthread-emulation
(edit) @20be782   23 months z277zhu add pthread ADTast-experimentalpthread-emulation
Note: See TracRevisionLog for help on using the revision log.