Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for osPreemptExtEnter (0.27 sec)

  1. src/runtime/preempt_nonwindows.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !windows
    
    package runtime
    
    //go:nosplit
    func osPreemptExtEnter(mp *m) {}
    
    //go:nosplit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 290 bytes
    - Viewed (0)
Back to top