source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @8bd886e   3 years Thierry Delisle Some clean-up in pthread emulation ADT ast-experimental
(edit) @df6cc9d   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental
(edit) @e5256bd   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @4f102fa   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @116a2ea   3 years pabuhr new heap and associated tests updated ADT ast-experimental
(edit) @926d358   3 years Thierry Delisle Removed old asm_labels. Modified preemption check to no longer poll … ADT ast-experimental
(edit) @3fcb5921   3 years Thierry Delisle Fixed what appears to be a bug in retract. Text coverage for this … ADT ast-experimental
(edit) @a55472cc   3 years Thierry Delisle Removed use of single_sem in io since oneshot is sufficient and used … ADT ast-experimental
(edit) @a46f7b6   3 years Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADT ast-experimental
(edit) @5f6b2c2   3 years Thierry Delisle Fixed case where the measure time could be 0 and log2(0) is a problem. ADT ast-experimental
(edit) @d1cd4c4   3 years Thierry Delisle Changed moving average weights as an attempt to compensate for logscale. ADT ast-experimental
(edit) @31c967b   3 years Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADT ast-experimental
(edit) @33e4968e   3 years Thierry Delisle Relaxed the warning a little. ADT ast-experimental
(edit) @da77728   3 years Thierry Delisle Added runtime warning for the leader_spin issue ADT ast-experimental
(edit) @5f9c42b   3 years Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADT ast-experimental
(edit) @1756e08   3 years Thierry Delisle Added some defensive programming to work around parsing bug ADT ast-experimental
(edit) @160f1aa   3 years Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADT ast-experimental
(edit) @9cd5bd2   3 years Thierry Delisle Added an assembly to prevent null-checks from being optimized out. … ADT ast-experimental pthread-emulation
(edit) @95dab9e   3 years Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADT ast-experimental pthread-emulation
(edit) @7f6a7c9   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental pthread-emulation
(edit) @ef1da0e2   3 years f37yu try to make parameter qualifier conversion work for assertions ADT ast-experimental pthread-emulation
(edit) @1c7ed2d   3 years Thierry Delisle Changed futures and oneshots to use new enum capabilities ADT ast-experimental pthread-emulation
(edit) @aa144c5a   3 years Thierry Delisle Relaxed helping cutoff from 1.5X to 8X ADT ast-experimental pthread-emulation
(edit) @2284d20   3 years Thierry Delisle Added some verifys to make sure atomic_acquire isn't used outside … ADT ast-experimental pthread-emulation
(edit) @b443db0   3 years Thierry Delisle Change how no preempts zone are implemented. From begin/end tags to … ADT ast-experimental pthread-emulation
(edit) @1bcbf02   3 years Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADT ast-experimental pthread-emulation
(edit) @01ba701   3 years Thierry Delisle Purged "thread_local" from code base. Replaced with C11's … ADT ast-experimental pthread-emulation
Note: See TracRevisionLog for help on using the revision log.