|
|
|
@eb5962a
|
4 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@1df492a
|
4 years |
j82liang |
Convert TypeInstType to PointerType before resolution
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@1dbbef6
|
4 years |
caparson |
added non shared critical section entry counter
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@2ed32fa7
|
4 years |
caparson |
added atomics to spin_queue_lock
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@df932552
|
4 years |
caparson |
added atomic store/load for spinqueue
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@76a798d
|
4 years |
caparson |
hopefully fixed mcs spin lock
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@9e3d123
|
4 years |
caparson |
added atomic_load_n to mcs_spin in attempt at fixing it
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@e1a9c77
|
4 years |
caparson |
added tests for qspinlocks internal mcs lock
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@6739590
|
4 years |
ajbeach |
A small spacing fix.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@aec20700
|
4 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@ae020ea
|
4 years |
Thierry Delisle |
Printer now prints max fd and open/closed/live connections.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@563a36b
|
4 years |
Thierry Delisle |
Fixed verify that was backwards.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@a8b87d3
|
4 years |
ajbeach |
Various bits of clean-up. The big one was some renaming inside …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@1f0ee71
|
4 years |
Thierry Delisle |
Fixed typo in wait_any after yesterday's fix
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@07997cd
|
4 years |
Thierry Delisle |
Fixed errors with the accept many version
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@8419b76
|
4 years |
Thierry Delisle |
printer now properly uses eng3
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@329e26a
|
4 years |
Thierry Delisle |
Re-instated the isolate/multi-cluster option.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@bf7c7ea
|
4 years |
Thierry Delisle |
Moved printer and protocol thread to the main cluster
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@c25338d
|
4 years |
Thierry Delisle |
Added accept 10 method (it doesn't really work).
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@10ba012
|
4 years |
Thierry Delisle |
Minor fixes to Worker threads
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@f3da205
|
4 years |
Thierry Delisle |
Fixed wait_any to be polymorphic on future type.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@1c56bf7
|
4 years |
Thierry Delisle |
Fixed retract to not reset the future when retracting.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@6d41f66
|
4 years |
Thierry Delisle |
Fixed wait_any to use fulfil rather than post
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@c06551b
|
4 years |
caparson |
added wait_any to fwd.cfa for future_t
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@aeb20a4
|
4 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@db7a3ad
|
4 years |
caparson |
fixed build (hopefully)
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@430ce61
|
4 years |
Thierry Delisle |
Added sendfile test in Cforall
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@137974ae
|
4 years |
Thierry Delisle |
Moved stats printer to it's own file and now using push-stats rather …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@8c58e73
|
4 years |
Thierry Delisle |
Removed webserver feature to have multiple clusters (it never actually …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@bbf61838
|
4 years |
Thierry Delisle |
Fixed missing header
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@7f0ac12
|
4 years |
Thierry Delisle |
First draft at acceptor thread webserver
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@6e2b04e
|
4 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@55422cf
|
4 years |
caparson |
added tests for pthread lock and cond var
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@ae06e0b
|
4 years |
caparson |
added pthread_cond_var
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@ced5e2a
|
4 years |
caparson |
removed debug fields from spinlock_t
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@720f2fe2
|
4 years |
Thierry Delisle |
Changed 'addDataSectionAttribute' to correctly handle tls.
Fixed Typo.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@b6e0b61
|
4 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@c8f5f7d
|
4 years |
ajbeach |
Translated Gen Waitfor, the waitfor statement works in the new ast.
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@86c12d65
|
4 years |
Thierry Delisle |
Checkpoint of the broken version of reuseport
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@ac1aba4b
|
4 years |
Thierry Delisle |
Tentative change to fix jenkins setup script when RUNPATH is not found …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@f11296a
|
4 years |
ajbeach |
Updated the nanorc file to include some missing keywords (exception …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@ce98816
|
4 years |
Thierry Delisle |
Stats printer now uses a condition variable to sleep so it exists …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@c4b10e2
|
4 years |
Thierry Delisle |
Moved socket creation to a different file.
Makefile now has debug …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@153570d
|
4 years |
Thierry Delisle |
Server now cleanly closes in non interactive mode
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@7affcda
|
4 years |
Thierry Delisle |
Fixed a bug where io wouldn't drain everything if the completion queue …
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@90a8125
|
4 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@bf0263c
|
4 years |
Thierry Delisle |
setup error is now clearer
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@e5d9274
|
4 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@015925a
|
4 years |
caparson |
fixed new/delete issue by switching to malloc/free
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@305aaef
|
4 years |
caparson |
fixed multiple def issue
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@490d17e0
|
4 years |
caparson |
fixed multiple def issue
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@fb63c70
|
4 years |
caparson |
added tests for new locks
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
|
|
|
@f835806
|
4 years |
caparson |
added some locks and cleaned up unused seqable field in thread block
ADT
ast-experimental
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|