tgsyscall

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	/*
	 * The real time signals can be used for application-defined
	 * purpose.
	 *
	 * We avoid using first rt signals to easy debugging in case
	 * inspecting logs as the first rt signals are heavily used by
	 * nptl implementation to manage threads.
	 *
	 * https://man7.org/linux/man-pages/man7/signal.7.html
	 */
	SIGRTMIN    = syscall.Signal(0x22) // SIGRTMIN
	SIGRTMIN_20 = SIGRTMIN + 20        // SIGRTMIN+20 used to set log level to debug
	SIGRTMIN_21 = SIGRTMIN + 21        // SIGRTMIN+21 used to set log level to trace
	SIGRTMIN_22 = SIGRTMIN + 22        // SIGRTMIN+22 restore original configured log level
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL