Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stw (0.02 sec)

  1. src/runtime/proc.go

    //
    //	semacquire(&worldsema, 0)
    //	m.preemptoff = "reason"
    //	var stw worldStop
    //	systemstack(func() {
    //		stw = stopTheWorldWithSema(reason)
    //	})
    //
    // When finished, the caller must either call startTheWorld or undo
    // these three operations separately:
    //
    //	m.preemptoff = ""
    //	systemstack(func() {
    //		now = startTheWorldWithSema(stw)
    //	})
    //	semrelease(&worldsema)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(43, 0, 0, 0), // lhau
    		OPVCC(46, 0, 0, 0), // lmw
    		OPVCC(48, 0, 0, 0), // lfs
    		OPVCC(49, 0, 0, 0), // lfsu
    		OPVCC(50, 0, 0, 0), // lfd
    		OPVCC(51, 0, 0, 0), // lfdu
    		OPVCC(36, 0, 0, 0), // stw
    		OPVCC(37, 0, 0, 0), // stwu
    		OPVCC(38, 0, 0, 0), // stb
    		OPVCC(39, 0, 0, 0), // stbu
    		OPVCC(44, 0, 0, 0), // sth
    		OPVCC(45, 0, 0, 0), // sthu
    		OPVCC(47, 0, 0, 0), // stmw
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top