Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for notifiers (0.1 sec)

  1. src/runtime/proc.go

    	lock mutex
    
    	// newm points to a list of M structures that need new OS
    	// threads. The list is linked through m.schedlink.
    	newm muintptr
    
    	// waiting indicates that wake needs to be notified when an m
    	// is put on the list.
    	waiting bool
    	wake    note
    
    	// haveTemplateThread indicates that the templateThread has
    	// been started. This is not protected by lock. Use cas to set
    	// to 1.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top