OnITRoad - man2

SIGRETURN - Linux手册页

SIGRETURN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sigreturn,rt_sigreturn-从信号处理程序和清除堆栈帧返回 语法 int sigreturn(...); 说明 如果Linux内核确定某个进程的未阻塞信号正在等待处理,则在该进程的下一次转换回到用户模式时(例如,从系统调用返回时或将该进程重新安排到CPU时

Views:0  2019-08-20

SIGSUSPEND - Linux手册页

SIGSUSPEND - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 sigsuspend,rt_sigsuspend-等待信号 语法 #包括 int sigsuspend(const sigset_t * mask); glibc的功能测试宏要求(请参阅feature_test_macros(7)): sigsuspend():_POSIX_

Views:0  2019-08-20

SIGWAITINFO - Linux手册页

SIGWAITINFO - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sigwaitinfo,sigtimedwait,rt_sigtimedwait-同步等待排队的信号 语法 #include <signal.h> int sigwaitinfo(const sigset_t *set, siginfo_t *info);

Views:0  2019-08-20

RT_SIGQUEUEINFO - Linux手册页

RT_SIGQUEUEINFO - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 rt_sigqueueinfo,rt_tgsigqueueinfo-将信号和数据排队 语法 int rt_sigqueueinfo(pid_t tgid, int sig, siginfo_t *info); int rt_tgsigqueueinfo(pid_t

Views:0  2019-08-20

S390_GUARDED_STORAGE - Linux手册页

S390_GUARDED_STORAGE - Linux手册页 Section: System Calls (2) 更新日期: 2019-03-06 名称 s390_guarded_storage-使用z / Architecture保护存储设施的操作 语法 #include <asm/guarded_storage.h> int s390_guarded_storage(i

Views:0  2019-08-20

S390_PCI_MMIO_WRITE - Linux手册页

S390_PCI_MMIO_WRITE - Linux手册页 Section: System Calls (2) 更新日期: 2017-09-15 名称 s390_pci_mmio_write,s390_pci_mmio_read-与PCI MMIO内存页面之间的数据传输 语法 #include <asm/unistd.h> int s390_pci_mmio_write(u

Views:0  2019-08-20

S390_PCI_MMIO_WRITE - Linux手册页

S390_PCI_MMIO_WRITE - Linux手册页 Section: System Calls (2) 更新日期: 2017-09-15 名称 s390_pci_mmio_write,s390_pci_mmio_read-与PCI MMIO内存页面之间的数据传输 语法 #include <asm/unistd.h> int s390_pci_mmio_write(u

Views:0  2019-08-20

S390_RUNTIME_INSTR - Linux手册页

S390_RUNTIME_INSTR - Linux手册页 Section: System Calls (2) 更新日期: 2020-06-09 名称 s390_runtime_instr-启用/禁用s390 CPU运行时检测 语法 #include <asm/runtime_instr.h> int s390_runtime_instr(int command, int s

Views:0  2019-08-20

S390_STHYI - Linux手册页

S390_STHYI - Linux手册页 Section: System Calls (2) 更新日期: 2020-04-11 名称 s390_sthyi-模拟STHYI指令 语法 #include <asm/unistd.h> int s390_sthyi(unsigned long function_code, void *resp_buffer,

Views:0  2019-08-20

BRK - Linux手册页

BRK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2016-03-15 名称 brk,sbrk-更改数据段大小 语法 #包括 int brk(void * addr); 无效* sbrk(intptr_t增量); glibc的功能测试宏要求(请参阅feature_test_macros(7)): brk(),sbrk(): Since glibc 2.19: _D

Views:0  2019-08-20

SCHED_GET_PRIORITY_MAX - Linux手册页

SCHED_GET_PRIORITY_MAX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sched_get_priority_max,sched_get_priority_min-获取静态优先级范围 语法 #包括 int sched_get_priority_max(int策略); int sched_get_priority_min(i

Views:0  2019-08-20

SCHED_GET_PRIORITY_MAX - Linux手册页

SCHED_GET_PRIORITY_MAX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sched_get_priority_max,sched_get_priority_min-获取静态优先级范围 语法 #包括 int sched_get_priority_max(int策略); int sched_get_priority_min(i

Views:0  2019-08-20

SCHED_SETAFFINITY - Linux手册页

SCHED_SETAFFINITY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 sched_setaffinity,sched_getaffinity-设置并获取线程的CPU亲和力掩码 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include &

Views:0  2019-08-20

SCHED_SETATTR - Linux手册页

SCHED_SETATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 sched_setattr,sched_getattr-设置和获取调度策略和属性 语法 #include <sched.h> int sched_setattr(pid_t pid, struct sched_attr *attr,

Views:0  2019-08-20

SCHED_SETPARAM - Linux手册页

SCHED_SETPARAM - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 sched_setparam,sched_getparam-设置和获取调度参数 语法 #include <sched.h> int sched_setparam(pid_t pid, const struct sched_param *param);

Views:0  2019-08-20

SCHED_SETSCHEDULER - Linux手册页

SCHED_SETSCHEDULER - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sched_setscheduler,sched_getscheduler-设置和获取调度策略/参数 语法 #include <sched.h> int sched_setscheduler(pid_t pid, int policy,

Views:0  2019-08-20