Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for stw (0.03 sec)

  1. src/runtime/mgcsweep.go

    		// sweeping here until the next mark phase.
    		//
    		// Overflow can happen here if gcPaceSweeper is called concurrently with
    		// sweeping (i.e. not during a STW, like it usually is) because this code
    		// is intentionally racy. A concurrent call to gcPaceSweeper can happen
    		// if a GC tuning parameter is modified and we read an older value of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	STHBRX:         "sthbrx",
    	STHU:           "sthu",
    	STHUX:          "sthux",
    	STHX:           "sthx",
    	STMW:           "stmw",
    	STSWI:          "stswi",
    	STSWX:          "stswx",
    	STW:            "stw",
    	STWBRX:         "stwbrx",
    	STWU:           "stwu",
    	STWUX:          "stwux",
    	STWX:           "stwx",
    	SUBFC:          "subfc",
    	SUBFCCC:        "subfc.",
    	SUBFCO:         "subfco",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  3. src/runtime/arena.go

    	// put it on the "wrong" sweep list, but really don't care because the chunk is
    	// treated as a large object span and there's no meaningful difference between scan
    	// and noscan large objects in the sweeper. The STW at the start of the GC acts as a
    	// barrier for this update.
    	s.spanclass = makeSpanClass(0, true)
    
    	// Actually set the arena chunk to fault, so we'll get dangling pointer errors.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  4. src/runtime/runtime2.go

    	// an M successfully CASes its original P back to _Prunning
    	// after a syscall, it must understand the P may have been
    	// used by another M in the interim.
    	_Psyscall
    
    	// _Pgcstop means a P is halted for STW and owned by the M
    	// that stopped the world. The M that stopped the world
    	// continues to use its P, even in _Pgcstop. Transitioning
    	// from _Prunning to _Pgcstop causes an M to release its P and
    	// park.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  5. 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)
  6. src/internal/trace/order.go

    	go122.EvGoSyscallEnd:        (*ordering).advanceGoSyscallEnd,
    	go122.EvGoSyscallEndBlocked: (*ordering).advanceGoSyscallEndBlocked,
    	go122.EvGoStatus:            (*ordering).advanceGoStatus,
    
    	// STW.
    	go122.EvSTWBegin: (*ordering).advanceGoRangeBegin,
    	go122.EvSTWEnd:   (*ordering).advanceGoRangeEnd,
    
    	// GC events.
    	go122.EvGCActive:           (*ordering).advanceGCActive,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        and template. Must rely on extension -->
      <mime-type type="application/vnd.sun.xml.writer.template">
        <sub-class-of type="application/vnd.sun.xml.writer"/>
        <glob pattern="*.stw"/>
      </mime-type>
      <mime-type type="application/vnd.sun.xml.calc">
        <sub-class-of type="application/zip"/>
        <glob pattern="*.sxc"/>
      </mime-type>
      <mime-type type="application/vnd.sun.xml.draw">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top