Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syscallingP (0.17 sec)

  1. src/internal/trace/order.go

    				// for multiple generations since trace start, we would have seen
    				// a previous GoStatus event that bound the goroutine to an M.
    				return curCtx, false, fmt.Errorf("inconsistent thread for syscalling goroutine %d: thread has goroutine %d", gid, curCtx.G)
    			}
    			newCtx.G = gid
    			break
    		}
    		// Now we're talking about a thread and goroutine that have been
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top