Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cgounimpl (0.11 sec)

  1. src/runtime/cgocall.go

    		unlockOSThread()
    
    		releasem(mp)
    	}
    }
    
    // called from assembly.
    func badcgocallback() {
    	throw("misaligned stack in cgocallback")
    }
    
    // called from (incomplete) assembly.
    func cgounimpl() {
    	throw("cgo not implemented")
    }
    
    var racecgosync uint64 // represents possible synchronization in C code
    
    // Pointer checking for cgo code.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top