Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cgoCallers (0.21 sec)

  1. src/runtime/cgo/gcc_traceback.c

    void
    x_cgo_callers(uintptr_t sig, void *info, void *context, void (*cgoTraceback)(struct cgoTracebackArg*), uintptr_t* cgoCallers, void (*sigtramp)(uintptr_t, void*, void*)) {
    	struct cgoTracebackArg arg;
    
    	arg.Context = 0;
    	arg.SigContext = (uintptr_t)(context);
    	arg.Buf = cgoCallers;
    	arg.Max = 32; // must match len(runtime.cgoCallers)
    
    #if __has_feature(memory_sanitizer)
            // This function is called directly from the signal handler.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 08 20:11:59 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top