source: libcfa/src/concurrency/clib/cfathread.cfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a0a949c   13 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @2d028003   13 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @f5f2768   14 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   14 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @0cee082   15 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @95dab9e   18 months Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADTast-experimentalpthread-emulation
(edit) @a7d696f   20 months z277zhu added pthread symbol interpose Signed-off-by: z277zhu … ADTast-experimentalpthread-emulation
(edit) @c715e5f   22 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c18bf9e   23 months Thierry Delisle Visibility concurrency ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @75965a6   2 years pabuhr replace thread_rand with prng, replace xorshift64 with xorshift_13_7_17 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75c7252   3 years Thierry Delisle CPU workstealing now has correct remote unpark. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bc4a433   3 years Thierry Delisle Diabled epoll aproach by default. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4500e52   3 years Thierry Delisle Added cfathread version that uses epoll ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @420b498   3 years Thierry Delisle Moved cfathread to Colby's new lock. ADTast-experimentalenumforall-pointer-decaypthread-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) @c457dc41   3 years Thierry Delisle Fix sequential handling of timers ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cfff639   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5c04e82   3 years Thierry Delisle change default cfathread_mutex to fast_lock ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a3821fa   3 years Thierry Delisle Changed enable interrupts: - no longer save the caller for debugging … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8edbe40   3 years ajbeach SomeThreadCancelled? -> ThreadCancelled?: thread cancellations carry … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @86dc95d   3 years Thierry Delisle Re-implemented the work around I forgot about in memcached. Namely … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4150779   3 years Thierry Delisle Fixed bug with incorrect use of thread cast. 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) @d971c8d   3 years Thierry Delisle Temporary hack to allow printing stats in memcached ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a5e7233   3 years Thierry Delisle C interface now runs worker init routine in dedicated thread. Also … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f03e11d   3 years Thierry Delisle Removed cfathread_suspendFD/cfathread_resumeFD which is not needed and … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @9e27f69   3 years Thierry Delisle Fixed warnings and errors in cfathreads.cfa ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a1538cd   3 years Thierry Delisle Implemented part of the same C api for threads as libfibre. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @45444c3   3 years m3zulfiq Removed dimension parameter from adelete. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e235429   3 years Thierry Delisle Removed last parker/unparker information is it was not particularly useful ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @038110a   3 years Thierry Delisle Fixed typos and added thread/monitor/coroutine wrapper for gdb ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(add) @bb662027   4 years Thierry Delisle Added cfathread C library which encapsulates a small part of libcfa … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.