SIGVTALRM

SIGVTALRM

Infobox Computing signal
description = Virtual alarm clock (4.2BSD)
action = Abnormal termination of the process
On POSIX-compliant platforms, SIGVTALRM is the signal thrown by computer programs when a time limit has elapsed. In source code, SIGVTALRM is a symbolic constant defined in the header file signal.h. Symbolic signal names are used because signal numbers can vary across platforms.

Etymology

"SIG" is a common prefix for signal names. "VTALRM" is an abbreviation for "virtual alarm".

Usage

SIGVTALRM is sent when a timer expires, like SIGPROF and the more popular SIGALRM. The distinction of SIGVTALRM is that its timer counts only time spent executing the process itself; SIGPROF measures time spent by the process and by the system executing on behalf of the process, while SIGALRM measures real time. It is suggestedFact|date=February 2007 that SIGPROF be used with SIGVTALRM to profile the time spent by the process in user space and kernel space.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • SIGVTALRM — Описание: Истечение виртуального таймера 4.2BSD По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGVTALRM  сигнал, посылаемый процессу по истечении времени заданном в «виртуальном»… …   Википедия

  • SIGVTALRM — Signal bei Virtuellem Timer Alarm unter BSD UNIX …   Acronyms

  • SIGVTALRM — Signal bei Virtuellem Timer Alarm unter BSD UNIX …   Acronyms von A bis Z

  • SIGPROF — Описание: Истечение таймера профилирования По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGPROF  сигнал, посылаемый процессу по истечении времени заданном в таймере профилирования.… …   Википедия

  • SIGPROF — Infobox Computing signal description = Profiling timer expired action = Abnormal termination of the processOn POSIX compliant platforms, SIGPROF is the signal thrown by computer programs when the profiling timer expires. The symbolic constant for …   Wikipedia

  • SIGALRM — Описание: Сигнал истечения времени заданного alarm() По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGALRM  сигнал, посылаемый процессу по истечении времени предварительно заданном… …   Википедия

  • Signal (computing) — A signal is a limited form of inter process communication used in Unix, Unix like, and other POSIX compliant operating systems. Essentially it is an asynchronous notification sent to a process in order to notify it of an event that occurred. When …   Wikipedia

  • SIGQUIT — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

  • SIGTSTP — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

  • Signal (Computer) — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”