]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mklockrank.go
runtime: prevent send on closed channel in wakeableSleep
[gostls13.git] / src / runtime / mklockrank.go
2023-11-14 Michael Anthony... runtime: prevent send on closed channel in wakeableSleep
2023-05-23 Michael Anthony... runtime: add partial lock order between mspanSpecial...
2023-05-19 Michael Anthony... runtime: fix lockrank ordering for pinner implementation
2023-04-24 Ian Lance Taylorruntime: add raceFiniLock to lock ranking
2022-10-12 Michael Anthony... runtime: add safe arena support to the runtime
2022-08-11 Austin Clementsruntime: add mayAcquire annotation for trace.lock
2022-08-11 Austin Clementsruntime: move trace locks to the leaf of the lock graph
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Austin Clementsruntime: clean up panic and deadlock lock ranks
2022-08-04 Austin Clementsruntime: make the lock rank DAG make more sense
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-08-04 Austin Clementsruntime: add missing trace lock edges
2022-08-04 Austin Clementsruntime: generate the lock ranking from a DAG description