Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CoroLockOSThreadLockAfterPull (0.26 sec)

  1. src/runtime/coro_test.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:36:37 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. src/runtime/testdata/testprog/coro.go

    	})
    	register("CoroLockOSThreadLockIterYieldNewG", func() {
    		println("expect: OS thread locking must match")
    		CoroLockOSThread(callerExhaustLocked, iterYieldNewG)
    	})
    	register("CoroLockOSThreadLockAfterPull", func() {
    		println("expect: OS thread locking must match")
    		CoroLockOSThread(callerLockAfterPull, iterSimple)
    	})
    	register("CoroLockOSThreadStopLocked", func() {
    		println("expect: OK")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 19:46:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top