Home
Library
Online Compilers
Jobs
Whiteboard
Tools
Articles
Write & Earn
Courses
Certifications
Menu
Categories
Login
Switch theme
Category
AI, ML, and Data Science
Programming Languages
Web Development Languages
DevOps
Databases
Computer Science Subjects
Python Technologies
Software Testing
Cyber Security
All Categories
Back
Artificial Intelligence
Machine Learning
ML With Python
Data Science
Statistics
NLP
Neural Networks
TensorFlow
PyTorch
Matplotlib
NumPy
Pandas
SciPy
Big Data Analytics
See all
Back
Python
Java
C++
C
PHP
Go
Kotlin
R
ASP.Net
C#.Net
VB.Net
Scala
Swift
Perl
Ruby
Rust
Lua
See all
Back
HTML
CSS
JavaScript
jQuery
ReactJs
NodeJs
Wordpress
AngularJs
PHP
Django
JSON
Codeigniter
TypeScript
Ajax
Bootstrap
Sass
AppML
See all
Back
GIT
AWS
Docker
Kubernetes
Azure
Gitlab
Jira
Gerrit
Ansible
Bugzilla
Chef
SaltStack
OpenShift
Puppet
UNIX
Linux Admin
Ubuntu
See all
Back
DBMS
SQL
PL/SQL
MySQL
TinyDB
SQL Server
MongoDB
PostgreSQL
SQLite
Redis
PHP MyAdmin
MariaDB
CouchDB
DB2
See all
Back
Computer Fundamentals
Operating System
DBMS
DSA
Computer Networks
Software Engineering
Computer Graphics
Data Mining
Digital Marketing
SEO
Digital Circuits
Discrete Mathematics
Cryptography
Cloud Computing
Compiler Design
Embedded Systems
Microprocessors
See all
Back
Python
NumPy
Pandas
Matplotlib
Django
PyQt
PyCharm
Pillow
OpenCV
Seaborn
ML with Python
SciPy
See all
Back
Software Testing
Jira
Selenium
TestRail
Postman
Cucumber
Cypress
Watir
Agile
jMeter
Back
Blockchain
Information Security
Computer Security
Internet Security
Network Security
Wireless Security
Library
Courses
Certifications
Login
Menu
Show search
SQL
HTML
CSS
Javascript
Python
Java
C
C++
PHP
Scala
C#
Tailwind CSS
Node.js
MySQL
MongoDB
PL/SQL
Swift
Bootstrap
R
Machine Learning
Blockchain
Angular
React Native
Computer Fundamentals
Compiler Design
Operating System
Data Structure and Algorithms
Computer Network
DBMS
Excel
精選閱讀
UPSC IAS 考試筆記
開發人員最佳實踐
問答
有效的簡歷撰寫
人力資源面試問題
計算機詞彙表
名人錄
sigreturn() - Unix、Linux 系統呼叫 - 技術教學
網路
本網站
Unix 初學者指南
Unix - 首頁
Unix - 入門
Unix - 檔案管理
Unix - 目錄
Unix - 檔案許可權
Unix - 環境
Unix - 基本實用程式
Unix - 管道和過濾器
Unix - 程序
Unix - 通訊
Unix - vi 編輯器
Unix Shell 程式設計
Unix - 什麼是 Shell?
Unix - 使用變數
Unix - 特殊變數
Unix - 使用陣列
Unix - 基本運算子
Unix - 決策
Unix - Shell 迴圈
Unix - 迴圈控制
Unix - Shell 替換
Unix - 引號機制
Unix - I/O 重定向
Unix - Shell 函式
Unix - 手冊頁幫助
高階 Unix
Unix - 正則表示式
Unix - 檔案系統基礎
Unix - 使用者管理
Unix - 系統性能
Unix - 系統日誌
Unix - 訊號和陷阱
Unix 有用參考
Unix - 有用命令
Unix - 快速指南
Unix - 內建函式
Unix - 系統呼叫
Unix - 命令列表
Unix 有用資源
Unix 有用資源
精選閱讀
計算機詞彙表
名人錄
版權所有 © 2014 tutorialspoint
首頁
參考
討論論壇
關於 TP
sigreturn() - Unix、Linux 系統呼叫
廣告
名稱
sigreturn - 從訊號處理程式返回並清理堆疊幀
語法
int sigreturn(unsigned long
__unused
);
描述
當 Linux 核心為訊號處理程式建立堆疊幀時,會將對
sigreturn
() 的呼叫插入到堆疊幀中,以便訊號處理程式在返回時呼叫
sigreturn
()。此插入的對
sigreturn
() 的呼叫會清理堆疊,以便程序可以從訊號中斷的地方重新開始。
返回值
sigreturn
() 永遠不會返回。
警告
sigreturn
() 呼叫由核心用於實現訊號處理程式。它
絕不
應該直接呼叫。更確切地說,
__unused
引數的具體用法取決於體系結構。
符合標準
sigreturn
() 是 Linux 特定的,不應在旨在可移植的程式中使用。
檔案
/usr/src/linux/arch/i386/kernel/signal.c
/usr/src/linux/arch/alpha/kernel/entry.S
參見
kill (2)
signal (2)
廣告
廣告
列印頁面
上一篇
下一篇
廣告