source: libcfa/src/concurrency/kernel/private.hfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a8667ab   3 years pabuhr expunge all rseq code from runtime 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) @28372f7   3 years Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADT ast-experimental
(edit) @df6cc9d   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental
(edit) @31c967b   3 years Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … 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) @2284d20   3 years Thierry Delisle Added some verifys to make sure atomic_acquire isn't used outside … 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
(edit) @cd3fc46   3 years Thierry Delisle Changed scheduler lock to remove one level of pointer. ADT ast-experimental pthread-emulation
(edit) @71cf630   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @741e22c   3 years Thierry Delisle Fixed potential false sharing on ready-schedule mutate lock ADT ast-experimental pthread-emulation
(edit) @8bee858   3 years Thierry Delisle Changed io types to have trailing $ instead of leading ADT ast-experimental pthread-emulation
(edit) @2af1943   3 years Thierry Delisle Small improvements to some of the alignment requirements in CFA runtime. ADT ast-experimental pthread-emulation
(edit) @c18bf9e   3 years Thierry Delisle Visibility concurrency ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @f870e257   3 years Thierry Delisle Disable waiting on io_uring for idle (maybe temporary). ADT ast-experimental enum pthread-emulation qualifiedEnum
(add) @708ae38   4 years Thierry Delisle Some more cleanup and grow/shrink now readjusts io timestamps. (They … ADT ast-experimental enum pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.