Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 81 for nanotime (0.17 sec)

  1. src/runtime/sys_linux_arm.s

    	SWI	$0
    
    finish:
    	MOVW	sec-12(SP), R0  // sec
    	MOVW	nsec-8(SP), R2  // nsec
    
    	MOVW	R0, sec_lo+0(FP)
    	MOVW	$0, R1
    	MOVW	R1, sec_hi+4(FP)
    	MOVW	R2, nsec+8(FP)
    	RET
    
    // func nanotime1() int64
    TEXT runtime·nanotime1(SB),NOSPLIT,$12-8
    	MOVW	$CLOCK_MONOTONIC, R0
    	MOVW	$spec-12(SP), R1	// timespec
    
    	MOVW	runtime·vdsoClockgettimeSym(SB), R4
    	CMP	$0, R4
    	B.EQ	fallback
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  2. src/runtime/sys_darwin.go

    	ret = libcCall(unsafe.Pointer(abi.FuncPCABI0(open_trampoline)), unsafe.Pointer(&name))
    	KeepAlive(name)
    	return
    }
    func open_trampoline()
    
    //go:nosplit
    //go:cgo_unsafe_args
    func nanotime1() int64 {
    	var r struct {
    		t            int64  // raw timer
    		numer, denom uint32 // conversion factors. nanoseconds = t * numer / denom.
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  3. src/runtime/sys_linux_amd64.s

    	RET
    
    TEXT runtime·mincore(SB),NOSPLIT,$0-28
    	MOVQ	addr+0(FP), DI
    	MOVQ	n+8(FP), SI
    	MOVQ	dst+16(FP), DX
    	MOVL	$SYS_mincore, AX
    	SYSCALL
    	MOVL	AX, ret+24(FP)
    	RET
    
    // func nanotime1() int64
    TEXT runtime·nanotime1(SB),NOSPLIT,$16-8
    	// We don't know how much stack space the VDSO code will need,
    	// so switch to g0.
    	// In particular, a kernel configured with CONFIG_OPTIMIZE_INLINING=n
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  4. pkg/collateral/control.go

    	g.emit("These environment variables affect the behavior of the <code>", root.Name(), "</code> command. "+
    		"Please use with caution as these environment variables are experimental and can change anytime.")
    
    	g.emit("<table class=\"envvars\">")
    	g.emit("<thead>")
    	g.emit("<tr>")
    	g.emit("<th>Variable Name</th>")
    	g.emit("<th>Type</th>")
    	g.emit("<th>Default Value</th>")
    	g.emit("<th>Description</th>")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. architecture/ambient/ztunnel.md

    However, we intentionally do not send those as part of the Workload API, in order to keep the size low.
    
    The obvious solution to this is to put the list of selected workloads into the policy itself.
    However, this means anytime a workload changes (often), we need to update the policy.
    
    Instead, the opposite was chosen: each workload will list the policies that select it.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. pilot/pkg/xds/delta.go

    		s.computeProxyState(con.proxy, request)
    	}
    
    	err := s.pushDeltaXds(con, con.proxy.GetWatchedResource(req.TypeUrl), request)
    	if err != nil {
    		return err
    	}
    	// Anytime we get a CDS request on reconnect, we should always push EDS as well.
    	// It is always the server's responsibility to send EDS after CDS, regardless if
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  7. src/os/exec/exec_test.go

    	}
    
    	n = copy(p, r.s)
    	r.s = r.s[n:]
    	return n, nil
    }
    
    func startHang(t *testing.T, ctx context.Context, hangTime time.Duration, interrupt os.Signal, waitDelay time.Duration, flags ...string) *exec.Cmd {
    	t.Helper()
    
    	args := append([]string{hangTime.String()}, flags...)
    	cmd := helperCommandContext(t, ctx, "hang", args...)
    	cmd.Stdin = newTickReader(1 * time.Millisecond)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_en.properties

    labels.advance_search_occt_allinurl=in the url of the page
    labels.advance_search_sitesearch=Site or domain
    labels.advance_search_timestamp=Last update
    labels.advance_search_timestamp_default=anytime
    labels.advance_search_timestamp_pastday=past 24 hours
    labels.advance_search_timestamp_pastweek=past week
    labels.advance_search_timestamp_pastmonth=past month
    labels.advance_search_timestamp_pastyear=past year
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ru.properties

    labels.advance_search_occt_allinurl=in the url of the page
    labels.advance_search_sitesearch=Site or domain
    labels.advance_search_timestamp=Last update
    labels.advance_search_timestamp_default=anytime
    labels.advance_search_timestamp_pastday=past 24 hours
    labels.advance_search_timestamp_pastweek=past week
    labels.advance_search_timestamp_pastmonth=past month
    labels.advance_search_timestamp_pastyear=past year
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.advance_search_occt_allinurl=in the url of the page
    labels.advance_search_sitesearch=Site or domain
    labels.advance_search_timestamp=Last update
    labels.advance_search_timestamp_default=anytime
    labels.advance_search_timestamp_pastday=past 24 hours
    labels.advance_search_timestamp_pastweek=past week
    labels.advance_search_timestamp_pastmonth=past month
    labels.advance_search_timestamp_pastyear=past year
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
Back to top