source: libcfa/src/concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70cd431   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   17 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   17 months Thierry Delisle Added more stats ADTast-experimental
(edit) @dd46fd3   18 months pabuhr generalization of PRNG ADTast-experimental
(edit) @20cf96d   18 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   18 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   18 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @857081e   18 months pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   18 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   18 months pabuhr major update of PRNG ADTast-experimental
(edit) @639e4fc   18 months Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   18 months Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   18 months Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @e8b8e65   19 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @cd5b58f   19 months Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @15c93d8   19 months Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   19 months Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
(edit) @2856982c   19 months Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADTast-experimental
(edit) @28372f7   19 months Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADTast-experimental
(edit) @88ac843e   19 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   19 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @8b74fa7   19 months Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADTast-experimental
(edit) @878cfcc   19 months Thierry Delisle Added extra check to make sure threads is never double executed ADTast-experimental
(edit) @8bd886e   19 months Thierry Delisle Some clean-up in pthread emulation ADTast-experimental
(edit) @df6cc9d   19 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @e5256bd   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4f102fa   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @116a2ea   19 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @926d358   19 months Thierry Delisle Removed old asm_labels. Modified preemption check to no longer poll … ADTast-experimental
(edit) @3fcb5921   19 months Thierry Delisle Fixed what appears to be a bug in retract. Text coverage for this … ADTast-experimental
(edit) @a55472cc   19 months Thierry Delisle Removed use of single_sem in io since oneshot is sufficient and used … ADTast-experimental
(edit) @a46f7b6   19 months Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADTast-experimental
(edit) @5f6b2c2   19 months Thierry Delisle Fixed case where the measure time could be 0 and log2(0) is a problem. ADTast-experimental
(edit) @d1cd4c4   19 months Thierry Delisle Changed moving average weights as an attempt to compensate for logscale. ADTast-experimental
(edit) @31c967b   20 months Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADTast-experimental
(edit) @33e4968e   20 months Thierry Delisle Relaxed the warning a little. ADTast-experimental
(edit) @da77728   20 months Thierry Delisle Added runtime warning for the leader_spin issue ADTast-experimental
(edit) @5f9c42b   20 months Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADTast-experimental
(edit) @1756e08   20 months Thierry Delisle Added some defensive programming to work around parsing bug ADTast-experimental
(edit) @160f1aa   20 months Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADTast-experimental
(edit) @9cd5bd2   20 months Thierry Delisle Added an assembly to prevent null-checks from being optimized out. … ADTast-experimentalpthread-emulation
(edit) @95dab9e   20 months Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADTast-experimentalpthread-emulation
(edit) @7f6a7c9   20 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   20 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @1c7ed2d   20 months Thierry Delisle Changed futures and oneshots to use new enum capabilities ADTast-experimentalpthread-emulation
(edit) @aa144c5   20 months Thierry Delisle Relaxed helping cutoff from 1.5X to 8X ADTast-experimentalpthread-emulation
(edit) @2284d20   21 months Thierry Delisle Added some verifys to make sure atomic_acquire isn't used outside … ADTast-experimentalpthread-emulation
(edit) @b443db0   21 months Thierry Delisle Change how no preempts zone are implemented. From begin/end tags to … ADTast-experimentalpthread-emulation
(edit) @1bcbf02   21 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @01ba701   21 months Thierry Delisle Purged "thread_local" from code base. Replaced with C11's … ADTast-experimentalpthread-emulation
(edit) @fbb930e   21 months Thierry Delisle Added option to explicitly poll interrupts. Usefull in cases using … ADTast-experimentalpthread-emulation
(edit) @cefd0b9   21 months Thierry Delisle Fixed intialization of SQE to be more resistant to version updates, … ADTast-experimentalpthread-emulation
(edit) @19cb0cb   21 months Thierry Delisle Added comments and fixed scoping ADTast-experimentalpthread-emulation
(edit) @cd3fc46   21 months Thierry Delisle Changed scheduler lock to remove one level of pointer. ADTast-experimentalpthread-emulation
(edit) @71cf630   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @741e22c   21 months Thierry Delisle Fixed potential false sharing on ready-schedule mutate lock ADTast-experimentalpthread-emulation
(edit) @8bee858   21 months Thierry Delisle Changed io types to have trailing $ instead of leading ADTast-experimentalpthread-emulation
(edit) @428adbc   21 months z277zhu fix pthread_sig* interpose problems; add test doc Signed-off-by: … ADTast-experimentalpthread-emulation
(edit) @20be782   21 months z277zhu add pthread ADTast-experimentalpthread-emulation
(edit) @a7d696f   22 months z277zhu added pthread symbol interpose Signed-off-by: z277zhu … ADTast-experimentalpthread-emulation
(edit) @c4c8571   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @7ce8873   22 months Thierry Delisle Added some io stats ADTast-experimentalpthread-emulation
(edit) @2af1943   22 months Thierry Delisle Small improvements to some of the alignment requirements in CFA runtime. ADTast-experimentalpthread-emulation
(edit) @06bdba4   23 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fd365da   23 months caparson added atomics to other spin_queue style locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc2c57a9   23 months Thierry Delisle Fixed assert in waitctx. Removed unnecessary loop in retract. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d28524a   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4e83bb7   23 months caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b0be3713   23 months Thierry Delisle Missed an atomic store on the TS handling. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2ed32fa7   23 months caparson added atomics to spin_queue_lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @df932552   23 months caparson added atomic store/load for spinqueue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @76a798d   2 years caparson hopefully fixed mcs spin lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e3d123   2 years caparson added atomic_load_n to mcs_spin in attempt at fixing it ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @563a36b   2 years Thierry Delisle Fixed verify that was backwards. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f3da205   2 years Thierry Delisle Fixed wait_any to be polymorphic on future type. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1c56bf7   2 years Thierry Delisle Fixed retract to not reset the future when retracting. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   2 years caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @db7a3ad   2 years caparson fixed build (hopefully) ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6e2b04e   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae06e0b   2 years caparson added pthread_cond_var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ced5e2a   2 years caparson removed debug fields from spinlock_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7affcda   2 years Thierry Delisle Fixed a bug where io wouldn't drain everything if the completion queue … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @90a8125   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bf0263c   2 years Thierry Delisle setup error is now clearer ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e5d9274   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @015925a   2 years caparson fixed new/delete issue by switching to malloc/free ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @305aaef   2 years caparson fixed multiple def issue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @490d17e0   2 years caparson fixed multiple def issue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f835806   2 years caparson added some locks and cleaned up unused seqable field in thread block ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c3b9d639   2 years ajbeach Clean-up the exception interface. It should be slightly more like the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   2 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5024df4   2 years Thierry Delisle Changed ready-queue to atomically read/write timestamps, no effect on … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b035046   2 years Thierry Delisle changed some MAX to ULLONG_MAX to avoid the memory access where … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c18bf9e   2 years Thierry Delisle Visibility concurrency ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @108345a   2 years Thierry Delisle visbility for io ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8108ba8   2 years Thierry Delisle Started to add basic visibility control to libcfa ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8a5e357   2 years Thierry Delisle Trivial changes to libcfa concurrency ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7f958c4   2 years caparson added fast lock/cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0c3aa67   2 years Thierry Delisle Fixed missing initialization. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a18373a   2 years Thierry Delisle Added a hook for the barrier's last block. Added testing to go with it. ADTast-experimentalenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.