source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31c967b   19 months Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADTast-experimental
(edit) @33e4968e   19 months Thierry Delisle Relaxed the warning a little. ADTast-experimental
(edit) @da77728   19 months Thierry Delisle Added runtime warning for the leader_spin issue ADTast-experimental
(edit) @77125cc   19 months Thierry Delisle Added support for warnf, like verifyf but doesn't abort. Will not warn … ADTast-experimental
(edit) @5f9c42b   19 months Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADTast-experimental
(edit) @1756e08   19 months Thierry Delisle Added some defensive programming to work around parsing bug ADTast-experimental
(edit) @160f1aa   19 months Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADTast-experimental
(edit) @43db35e   19 months Thierry Delisle missing pragma once ADTast-experimental
(edit) @1c893ae   19 months pabuhr add assert so compiler does not generate spurious warnings ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   20 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @aa9f215   20 months pabuhr update return type of forward declaration for poll_interrupts ADTast-experimentalpthread-emulation
(edit) @23a08aa0   20 months pabuhr fix merge conflict ADTast-experimentalpthread-emulation
(edit) @ebf8ca5   20 months pabuhr switch for-loop from C to CFA format 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   20 months Thierry Delisle Added some verifys to make sure atomic_acquire isn't used outside … ADTast-experimentalpthread-emulation
(edit) @b443db0   20 months Thierry Delisle Change how no preempts zone are implemented. From begin/end tags to … ADTast-experimentalpthread-emulation
(edit) @1bcbf02   20 months Thierry Delisle Changed declarations using _Thread_local to use thread. I'm fairly … ADTast-experimentalpthread-emulation
(edit) @01ba701   20 months Thierry Delisle Purged "thread_local" from code base. Replaced with C11's … ADTast-experimentalpthread-emulation
(edit) @fbb930e   20 months Thierry Delisle Added option to explicitly poll interrupts. Usefull in cases using … ADTast-experimentalpthread-emulation
(edit) @cefd0b9   20 months Thierry Delisle Fixed intialization of SQE to be more resistant to version updates, … ADTast-experimentalpthread-emulation
(edit) @19cb0cb   20 months Thierry Delisle Added comments and fixed scoping ADTast-experimentalpthread-emulation
(edit) @94e006a4   20 months Thierry Delisle Added missing distribution dependency on defines.hfa ADTast-experimentalpthread-emulation
(edit) @f6a4917   20 months pabuhr change C loop control to CFA loop control 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) @c4c8571   21 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @7ce8873   21 months Thierry Delisle Added some io stats ADTast-experimentalpthread-emulation
(edit) @2af1943   21 months Thierry Delisle Small improvements to some of the alignment requirements in CFA runtime. ADTast-experimentalpthread-emulation
(edit) @5ce7f4a   22 months Thierry Delisle Makefile no longer looks for dependencies to clean and instead uses … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @06bdba4   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b01d459   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fd365da   22 months caparson added atomics to other spin_queue style locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc2c57a9   22 months Thierry Delisle Fixed assert in waitctx. Removed unnecessary loop in retract. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5a076837   22 months Thierry Delisle Remove unnecessary declaration in heap ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d28524a   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4e83bb7   22 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   23 months caparson hopefully fixed mcs spin lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e3d123   23 months caparson added atomic_load_n to mcs_spin in attempt at fixing it ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @563a36b   23 months Thierry Delisle Fixed verify that was backwards. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f3da205   23 months Thierry Delisle Fixed wait_any to be polymorphic on future type. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1c56bf7   23 months Thierry Delisle Fixed retract to not reset the future when retracting. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   23 months caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @aeb20a4   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @db7a3ad   23 months caparson fixed build (hopefully) ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bbf61838   23 months Thierry Delisle Fixed missing header ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6e2b04e   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae06e0b   23 months caparson added pthread_cond_var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ced5e2a   23 months 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) @31540f5   2 years ajbeach Exception Clean-Up: Removed extra include no longer needed with the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fa2a3b1   2 years Thierry Delisle libcfa and libcfathread now have visibility hidden turned on by default. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4bb5d36   2 years Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. 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) @032234bd   2 years Thierry Delisle Visibility of the core libcfa files. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @789f279   2 years Thierry Delisle More standard lib visibility ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @accc9df9   2 years Thierry Delisle Visibility containers lib ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0aa4beb   2 years Thierry Delisle Visibility of some of the stdlib ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @cce4648   2 years Thierry Delisle Visibility for streams ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8108ba8   2 years Thierry Delisle Started to add basic visibility control to libcfa ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e07187d   2 years Thierry Delisle Change parseargs yes/no parsing to support YyNn? 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) @433905a   2 years pabuhr temporary fix for 32-bit alignment problem, use … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b2516e6   2 years pabuhr change libAlign to use BIGGEST_ALIGNMENT ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @69ec0fb   2 years pabuhr fix error in second update of heap allocator ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @19e5d65d   2 years pabuhr second update of heap allocator towards new heap-per-thread version ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @58e97d9   2 years pabuhr formatting ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @31a5f418   2 years pabuhr start update of heap allocator to new heap-per-thread version ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @16cc9f7   2 years pabuhr change cfaabi_bits_print... routines to return the number of … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8d76f2b   2 years mlbrooks Adding runtime bound checking for array subscripts and showing the … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7a1b7e6   2 years pabuhr bracket vfprintf/vfscanf with enable/disable interrupts in fstream ADTast-experimentalenumpthread-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
(edit) @e71e94a   2 years Thierry Delisle Some clean-up of ready queue usage of -1llu. io types ts now returns … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @31ef267   2 years Thierry Delisle Added comments. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @93b8cf4   2 years Thierry Delisle Added a simple barrier and accompagnying tests. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f870e257   2 years Thierry Delisle Disable waiting on io_uring for idle (maybe temporary). ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @bdfd0bd   2 years Thierry Delisle EINTR will no longer wakeup the idle_sleep. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ccc150   2 years Thierry Delisle Fix the verifys I just added. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @77adaee   2 years Thierry Delisle Added more verifys to eventfd_write ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @efa28d5   2 years Thierry Delisle Change wake_time to be as long as other timestamps to ease debugging. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @729df21   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.