source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b01d459   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @fd365da   11 months caparson added atomics to other spin_queue style locks ADTpthread-emulationqualifiedEnum
(edit) @5a076837   11 months Thierry Delisle Remove unnecessary declaration in heap ADTpthread-emulationqualifiedEnum
(edit) @d28524a   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @4e83bb7   11 months caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTpthread-emulationqualifiedEnum
(edit) @1158180   12 months Thierry Delisle Added check for IORING_REGISTER_IOWQ_MAX_WORKERS. Not used yet. ADTpthread-emulationqualifiedEnum
(edit) @b0be3713   12 months Thierry Delisle Missed an atomic store on the TS handling. ADTpthread-emulationqualifiedEnum
(edit) @2ed32fa7   12 months caparson added atomics to spin_queue_lock ADTpthread-emulationqualifiedEnum
(edit) @df932552   12 months caparson added atomic store/load for spinqueue ADTpthread-emulationqualifiedEnum
(edit) @76a798d   12 months caparson hopefully fixed mcs spin lock ADTpthread-emulationqualifiedEnum
(edit) @9e3d123   12 months caparson added atomic_load_n to mcs_spin in attempt at fixing it ADTpthread-emulationqualifiedEnum
(edit) @563a36b   12 months Thierry Delisle Fixed verify that was backwards. ADTpthread-emulationqualifiedEnum
(edit) @f3da205   12 months Thierry Delisle Fixed wait_any to be polymorphic on future type. ADTpthread-emulationqualifiedEnum
(edit) @1c56bf7   12 months Thierry Delisle Fixed retract to not reset the future when retracting. ADTpthread-emulationqualifiedEnum
(edit) @c06551b   12 months caparson added wait_any to fwd.cfa for future_t ADTpthread-emulationqualifiedEnum
(edit) @aeb20a4   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @db7a3ad   12 months caparson fixed build (hopefully) ADTpthread-emulationqualifiedEnum
(edit) @bbf61838   12 months Thierry Delisle Fixed missing header ADTpthread-emulationqualifiedEnum
(edit) @6e2b04e   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @ae06e0b   12 months caparson added pthread_cond_var ADTpthread-emulationqualifiedEnum
(edit) @ced5e2a   12 months caparson removed debug fields from spinlock_t ADTpthread-emulationqualifiedEnum
(edit) @7affcda   12 months Thierry Delisle Fixed a bug where io wouldn't drain everything if the completion queue … ADTpthread-emulationqualifiedEnum
(edit) @90a8125   12 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @bf0263c   12 months Thierry Delisle setup error is now clearer ADTpthread-emulationqualifiedEnum
(edit) @e5d9274   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @015925a   12 months caparson fixed new/delete issue by switching to malloc/free ADTpthread-emulationqualifiedEnum
(edit) @305aaef   12 months caparson fixed multiple def issue ADTpthread-emulationqualifiedEnum
(edit) @490d17e0   12 months caparson fixed multiple def issue ADTpthread-emulationqualifiedEnum
(edit) @f835806   12 months caparson added some locks and cleaned up unused seqable field in thread block ADTpthread-emulationqualifiedEnum
(edit) @c3b9d639   12 months ajbeach Clean-up the exception interface. It should be slightly more like the … ADTpthread-emulationqualifiedEnum
(edit) @c715e5f   12 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTpthread-emulationqualifiedEnum
(edit) @5024df4   12 months Thierry Delisle Changed ready-queue to atomically read/write timestamps, no effect on … ADTpthread-emulationqualifiedEnum
(edit) @b035046   12 months Thierry Delisle changed some MAX to ULLONG_MAX to avoid the memory access where … ADTpthread-emulationqualifiedEnum
(edit) @31540f5   13 months ajbeach Exception Clean-Up: Removed extra include no longer needed with the … ADTpthread-emulationqualifiedEnum
(edit) @fa2a3b1   13 months Thierry Delisle libcfa and libcfathread now have visibility hidden turned on by default. ADTpthread-emulationqualifiedEnum
(edit) @4bb5d36   13 months Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. ADTpthread-emulationqualifiedEnum
(edit) @c18bf9e   13 months Thierry Delisle Visibility concurrency ADTpthread-emulationqualifiedEnum
(edit) @108345a   13 months Thierry Delisle visbility for io ADTpthread-emulationqualifiedEnum
(edit) @032234bd   13 months Thierry Delisle Visibility of the core libcfa files. ADTpthread-emulationqualifiedEnum
(edit) @789f279   13 months Thierry Delisle More standard lib visibility ADTpthread-emulationqualifiedEnum
(edit) @accc9df9   13 months Thierry Delisle Visibility containers lib ADTpthread-emulationqualifiedEnum
(edit) @0aa4beb   13 months Thierry Delisle Visibility of some of the stdlib ADTpthread-emulationqualifiedEnum
(edit) @cce4648   13 months Thierry Delisle Visibility for streams ADTpthread-emulationqualifiedEnum
(edit) @8108ba8   13 months Thierry Delisle Started to add basic visibility control to libcfa ADTpthread-emulationqualifiedEnum
(edit) @e07187d   13 months Thierry Delisle Change parseargs yes/no parsing to support YyNn? ADTpthread-emulationqualifiedEnum
(edit) @8a5e357   13 months Thierry Delisle Trivial changes to libcfa concurrency ADTpthread-emulationqualifiedEnum
(edit) @7f958c4   13 months caparson added fast lock/cond var ADTpthread-emulationqualifiedEnum
(edit) @433905a   13 months pabuhr temporary fix for 32-bit alignment problem, use … ADTpthread-emulationqualifiedEnum
(edit) @b2516e6   13 months pabuhr change libAlign to use BIGGEST_ALIGNMENT ADTpthread-emulationqualifiedEnum
(edit) @69ec0fb   13 months pabuhr fix error in second update of heap allocator ADTpthread-emulationqualifiedEnum
(edit) @19e5d65d   13 months pabuhr second update of heap allocator towards new heap-per-thread version ADTpthread-emulationqualifiedEnum
(edit) @58e97d9   13 months pabuhr formatting ADTpthread-emulationqualifiedEnum
(edit) @31a5f418   14 months pabuhr start update of heap allocator to new heap-per-thread version ADTpthread-emulationqualifiedEnum
(edit) @16cc9f7   14 months pabuhr change cfaabi_bits_print... routines to return the number of … ADTpthread-emulationqualifiedEnum
(edit) @8d76f2b   14 months mlbrooks Adding runtime bound checking for array subscripts and showing the … ADTenumpthread-emulationqualifiedEnum
(edit) @7a1b7e6   14 months pabuhr bracket vfprintf/vfscanf with enable/disable interrupts in fstream ADTenumpthread-emulationqualifiedEnum
(edit) @0c3aa67   14 months Thierry Delisle Fixed missing initialization. ADTenumpthread-emulationqualifiedEnum
(edit) @a18373a   14 months Thierry Delisle Added a hook for the barrier's last block. Added testing to go with it. ADTenumpthread-emulationqualifiedEnum
(edit) @e71e94a   14 months Thierry Delisle Some clean-up of ready queue usage of -1llu. io types ts now returns … ADTenumpthread-emulationqualifiedEnum
(edit) @31ef267   14 months Thierry Delisle Added comments. ADTenumpthread-emulationqualifiedEnum
(edit) @93b8cf4   14 months Thierry Delisle Added a simple barrier and accompagnying tests. ADTenumpthread-emulationqualifiedEnum
(edit) @f870e257   14 months Thierry Delisle Disable waiting on io_uring for idle (maybe temporary). ADTenumpthread-emulationqualifiedEnum
(edit) @bdfd0bd   14 months Thierry Delisle EINTR will no longer wakeup the idle_sleep. ADTenumpthread-emulationqualifiedEnum
(edit) @4ccc150   14 months Thierry Delisle Fix the verifys I just added. ADTenumpthread-emulationqualifiedEnum
(edit) @77adaee   14 months Thierry Delisle Added more verifys to eventfd_write ADTenumpthread-emulationqualifiedEnum
(edit) @efa28d5   14 months Thierry Delisle Change wake_time to be as long as other timestamps to ease debugging. ADTenumpthread-emulationqualifiedEnum
(edit) @729df21   14 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @d28b70a   14 months Thierry Delisle Now also keep track of last drain time ADTenumpthread-emulationqualifiedEnum
(edit) @4598e03   14 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @d080549   14 months Thierry Delisle Added a verify for the result of wake_proc ADTenumpthread-emulationqualifiedEnum
(edit) @d4da1535   14 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @edf247b   14 months Thierry Delisle Fix debug print ADTenumpthread-emulationqualifiedEnum
(edit) @262fafd9   14 months Thierry Delisle Added debugging information to help find deadlock. ADTenumpthread-emulationqualifiedEnum
(edit) @010636f   14 months Thierry Delisle Tentative fix for termination deadlock. Other minor improvements and … ADTenumpthread-emulationqualifiedEnum
(edit) @ff55092   14 months Thierry Delisle removed warning ADTenumpthread-emulationqualifiedEnum
(edit) @1e6ffb44   14 months Thierry Delisle Changed debug prints to help debug helping ADTenumpthread-emulationqualifiedEnum
(edit) @7425720   14 months Thierry Delisle Fixed 32bit build ADTenumpthread-emulationqualifiedEnum
(edit) @d5cdbed   14 months Thierry Delisle Fix build from machine where I can actually test ADTenumpthread-emulationqualifiedEnum
(edit) @37a3aa23   14 months Thierry Delisle Fixed syntax error (hopefully) ADTenumpthread-emulationqualifiedEnum
(edit) @18f7858   14 months Thierry Delisle Refactored io to allow holding the lock duirng idle sleep ADTenumpthread-emulationqualifiedEnum
(edit) @64bdacc   14 months Thierry Delisle Future now wait for 2p to resolve in available. ADTenumpthread-emulationqualifiedEnum
(edit) @54c1196   14 months Thierry Delisle Added io helping stats ADTenumpthread-emulationqualifiedEnum
(edit) @202c80b   14 months Thierry Delisle Added verify and changed print_now to not ignore flags. ADTenumpthread-emulationqualifiedEnum
(edit) @3caf5e3   15 months Thierry Delisle Re-read cq information after acquire. Hoping this is the cause for the … ADTenumpthread-emulationqualifiedEnum
(edit) @1a567d0   15 months Thierry Delisle Fixed 32-bit compilation ADTenumpthread-emulationqualifiedEnum
(edit) @4479890   15 months Thierry Delisle Implemented helping for io drain based on timestamps. ADTenumpthread-emulationqualifiedEnum
(edit) @78a580d   15 months Thierry Delisle I/O now updates the timestamps when draining. Timestamps are not used yet. ADTenumpthread-emulationqualifiedEnum
(edit) @8f01ad71   15 months Thierry Delisle Forgot a few pragma once ADTenumpthread-emulationqualifiedEnum
(edit) @4ecc35a   15 months Thierry Delisle Added spin lock to io drain. last step before completion fairness ADTenumpthread-emulationqualifiedEnum
(edit) @98d1b90   15 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @0d4f954   15 months caparson changed concurrency library to work with new mutexstmt changes ADTenumpthread-emulationqualifiedEnum
(edit) @adb3ea1   15 months Thierry Delisle Some more incremental work towards using timestamps for io fairness ADTenumpthread-emulationqualifiedEnum
(edit) @22226e4   15 months Thierry Delisle Tentative fix for spurious deadlock in some concurrency tests ADTenumpthread-emulationqualifiedEnum
(edit) @708ae38   15 months Thierry Delisle Some more cleanup and grow/shrink now readjusts io timestamps. (They … ADTenumpthread-emulationqualifiedEnum
(edit) @48a91e2   15 months Thierry Delisle Fixed defines for cases without RSEQ ADTenumpthread-emulationqualifiedEnum
(edit) @bfb9bf5   15 months Thierry Delisle Fixed some warnings ADTenumpthread-emulationqualifiedEnum
(edit) @884f3f67   15 months Thierry Delisle Change how the ready queue is initialized to make it common with I/O ADTenumpthread-emulationqualifiedEnum
(edit) @c42b8a1   15 months Thierry Delisle Major cleanup and moved cluster growth to new file ADTenumpthread-emulationqualifiedEnum
(edit) @3c4bf05   15 months Thierry Delisle Removed old scheduler algorithms which weren't as good. ADTenumpthread-emulationqualifiedEnum
(edit) @d529ad0   15 months Thierry Delisle Pending/Dirty? flags now use relaxed atomics since they can be set remotely ADTenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.