Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAsyncSafePoint (0.25 sec)

  1. src/runtime/traceback.go

    		// during the stack growth check. In that case, the function has
    		// not yet had a chance to do any writes to SP and is safe to unwind.
    		// isAsyncSafePoint does not allow assembly functions to be async preempted,
    		// and preemptPark double-checks that SPWRITE functions are not async preempted.
    		// So for GC stack traversal, we can safely ignore SPWRITE for the innermost frame,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top