1 Star 0 Fork 4.9K

平凡 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sigevent.md 4.91 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

sigevent

Overview

Related Modules:

IPC

Description:

Describes asynchronous notifications.

Summary

Data Fields

Variable Name

Description

sigev_value

union sigval 

sigev_signo

int 

sigev_notify

int 

sigev_notify_function )(unionsigval)

void(* 

sigev_notify_attributes

pthread_attr_t * 

char__pad [56-3 *sizeof(long)]

 

Details

Field Documentation

char__pad

sigevent::char__pad[56-3 *sizeof(long)]

Description:

A reserved field

sigev_notify

int sigevent::sigev_notify

Description:

Notification method, which can be set to SIGEV_SIGNAL, SIGEV_NONE, or SIGEV_THREAD

sigev_notify_attributes

pthread_attr_t* sigevent::sigev_notify_attributes

Description:

Attributes for notification thread

sigev_notify_function

void(* sigevent::sigev_notify_function) (unionsigval)

Description:

Function used for thread notification

sigev_signo

int sigevent::sigev_signo

Description:

Notification signal

sigev_value

union [sigval](sigval.md) sigevent::sigev_value

Description:

Data passed with notification

1
https://gitee.com/pingfan_vs_hs/docs.git
git@gitee.com:pingfan_vs_hs/docs.git
pingfan_vs_hs
docs
docs
master

搜索帮助