Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for signalstack (0.15 sec)

  1. src/runtime/proc.go

    // dropm is called when a cgo callback has called needm but is now
    // done with the callback and returning back into the non-Go thread.
    //
    // The main expense here is the call to signalstack to release the
    // m's signal stack, and then the call to needm on the next callback
    // from this thread. It is tempting to try to save the m for next time,
    // which would eliminate both these costs, but there might not be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top