package syscall

Import Path
	google.golang.org/grpc/internal/syscall (on go.dev)

Dependency Relation
	imports 6 packages, and imported by one package

Involved Source Files Package syscall provides functionalities that grpc uses to get low-level operating system stats/info.
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Rusage is an alias for syscall.Rusage under linux environment.
Package-Level Functions (total 5, all are exported)
CPUTimeDiff returns the differences of user CPU time and system CPU time used between two Rusage structs.
GetCPUTime returns the how much CPU time has passed since the start of this process.
GetRusage returns the resource usage of current process.
GetTCPUserTimeout gets the TCP user timeout on a connection's socket
SetTCPUserTimeout sets the TCP user timeout on a connection's socket
Package-Level Variables (only one, which is unexported)