source: libcfa/src/concurrency/locks.hfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2ad5e1d5   5 months caparson added missing semicolons
(edit) @8df19af   5 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @55b060d   7 months pabuhr rename directories containers to collections
(edit) @7a2c6b18   8 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @bf55f32   9 months caparson added support for general channel operators
(edit) @b93bf85   9 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @1e538fb   9 months caparson added a comment
(edit) @1db6d70   10 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @70a4ed5   10 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @5ece8ce   10 months caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5a05946   11 months caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADTast-experimental
(edit) @fece3d9   11 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @beeff61e   11 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   12 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @a45e21c   12 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @d30e3eb   12 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @8a97248   14 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @378de69   14 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @0cee082   15 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @0348fd8   15 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @1ab773e0   16 months caparson more lock cleanup ADTast-experimental
(edit) @7d9598d   16 months caparson small lock cleanup ADTast-experimental
(edit) @63be3387   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b77f0e1   17 months caparson cleaned up some lock stuff ADTast-experimental
(edit) @88ac843e   17 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @fd365da   21 months caparson added atomics to other spin_queue style locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2ed32fa7   22 months caparson added atomics to spin_queue_lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @df932552   22 months caparson added atomic store/load for spinqueue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @76a798d   22 months caparson hopefully fixed mcs spin lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e3d123   22 months caparson added atomic_load_n to mcs_spin in attempt at fixing it ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @db7a3ad   22 months caparson fixed build (hopefully) ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae06e0b   22 months caparson added pthread_cond_var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @490d17e0   22 months caparson fixed multiple def issue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f835806   22 months caparson added some locks and cleaned up unused seqable field in thread block ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7f958c4   2 years caparson added fast lock/cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0d4f954   2 years caparson changed concurrency library to work with new mutexstmt changes ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0fc447c   2 years Thierry Delisle Removed fast_lock, which doesn't seemed to have ever worked and isn't … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7636fcc   2 years Thierry Delisle Removed fast_lock from testing and added deprecation attribute to it. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bbe3719   3 years caparson cleaned up some mutex stmt related code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6ff08d8   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eba9d27   3 years caparson fixed incorrect copy ctor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @55ad35c   3 years caparson removed print and deleted equal operator for lock ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d1ecd39   3 years Thierry Delisle Removd debug print failing the build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e84ab3d   3 years Thierry Delisle Step 1 of changing $thread to thread$ ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b7763da   3 years caparson added martin lock and improvement ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @dcad80a   3 years caparson fixed bug with locks ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @660665f   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5a46e09   3 years caparson Added Martins SpinCondLock? as linear_backoff_then_block lock ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6ba6846   3 years Thierry Delisle Minor ready-queue fixes ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @07033ce   3 years Thierry Delisle Even more work on removing any possible integer overflow in fast lock test ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @82f4063   3 years caparson switched unified locking to use dlist ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c457dc41   3 years Thierry Delisle Fix sequential handling of timers ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ddd473f   3 years Thierry Delisle Fix a copy/paste mistake and removed a warning in nodebug ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @198e335   3 years Thierry Delisle Fixed default parameter ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c7c178b   3 years Thierry Delisle Minor clean-up ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @22b7579   3 years Thierry Delisle Changed is_blocking_lock trait to use on_wakeup. Fixed fast_lock to … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e20eaf4   3 years Thierry Delisle Fixed incorrect comment in locks code. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8f5576d5   3 years Thierry Delisle Missed a static inline ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f4ec5e45   3 years Thierry Delisle Added several locks and other MES objects. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d27b6be   3 years Thierry Delisle - Fixed TryLock? in blocking_lock implementation that did not return … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f19497c   3 years Thierry Delisle Fixed missing try_lock in locks based on 'blocking_lock' ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ab1b971   3 years Thierry Delisle blocking_lock & multiple_acquisition_lock can now be used without … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @454f478   3 years Thierry Delisle Re-arranged and commented low-level headers. Main goal was for better … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @fd54fef   3 years mlbrooks Converting the project to use the new syntax for otype, dtype and … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ac5816d   3 years Thierry Delisle Some clean-up and format changes to make concurrency files consistent ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c20533ea   3 years Thierry Delisle Fixed locks.hfa to no longer depend on private headers … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @797a193   3 years caparson cleaned up locks code and added comments ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @dff1fd1   3 years caparsons added bool return to timeout routines and removed redundant listed field ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c131a02   3 years caparsons added support for threads in sequence ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4aeaee5   3 years caparsons added alarm callback to union and refactored ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cad1df1   3 years caparsons fixed a lot of bugs and integrated new sequence changes ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6a8882c   3 years caparsons fixed some bugs ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f4e35326   3 years caparsons a few small changes to locks.* ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eeb5023   3 years caparsons added full timeout functionality to unified condition variables ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @848439f   3 years Thierry Delisle Fixed newlines and tabs in concurrency/locks ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(add) @ae2c27a   3 years caparsons Added unified condition variable prototypes ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.