Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CoroLockOSThread (0.2 sec)

  1. src/runtime/testdata/testprog/coro.go

    	register("CoroLockOSThreadIterLock", func() {
    		println("expect: OK")
    		CoroLockOSThread(callerExhaust, iterLock)
    	})
    	register("CoroLockOSThreadIterLockYield", func() {
    		println("expect: OS thread locking must match")
    		CoroLockOSThread(callerExhaust, iterLockYield)
    	})
    	register("CoroLockOSThreadLock", func() {
    		println("expect: OK")
    		CoroLockOSThread(callerExhaustLocked, iterSimple)
    	})
    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