Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trace_userTaskCreate (0.13 sec)

  1. src/runtime/traceruntime.go

    }
    
    // To access runtime functions from runtime/trace.
    // See runtime/trace/annotation.go
    
    // trace_userTaskCreate emits a UserTaskCreate event.
    //
    //go:linkname trace_userTaskCreate runtime/trace.userTaskCreate
    func trace_userTaskCreate(id, parentID uint64, taskType string) {
    	tl := traceAcquire()
    	if !tl.ok() {
    		// Need to do this check because the caller won't have it.
    		return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top