首页 列表 - 第 23 页

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

SCHED_YIELD - Linux手册页

SCHED_YIELD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sched_yield-产生处理器 语法 #包括 int sched_yield(void); 说明 sched_yield()使调用线程放弃CPU。将该线程移到队列的末尾以获取其静态优先级,然后运行新线程。 返回值 成功时,sched_yield()返回0。错误时

Views:0  2019-08-20

SECCOMP - Linux手册页

SECCOMP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 seccomp-在进程的安全计算状态下运行 语法 #include <linux/seccomp.h> #include <linux/filter.h> #include <linux/audit.h> #include <linux/s

Views:0  2019-08-20

UNIMPLEMENTED - Linux手册页

UNIMPLEMENTED - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 afs_syscall,break,fattach,fdetach,ftime,getmsg,getpmsg,gtty,isastream,锁,madvise1,mpx,prof,profil,putmsg,putpmsg,安全性,stty,tuxcall,ulimit,v

Views:0  2019-08-20

SELECT - Linux手册页

SELECT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 select,pselect,FD_CLR,FD_ISSET,FD_SET,FD_ZERO-同步I / O复用 语法 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writef

Views:0  2019-08-20

SELECT_TUT - Linux手册页

SELECT_TUT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 select,pselect-同步I / O复用 语法 参见select(2) 说明 select()和pselect()系统调用用于有效监视多个文件描述符,以查看它们中的任何一个是否为"就绪";也就是说,查看是否有可能进行I / O操作,或者在任何文

Views:0  2019-08-20

SEMCTL - Linux手册页

SEMCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 semctl-System V信号灯控制操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semctl(int semid, int semnum

Views:0  2019-08-20

SEMGET - Linux手册页

SEMGET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 semget-获取System V信号量集标识符 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semget(key_t键,int nsems,int

Views:0  2019-08-20

SEMOP - Linux手册页

SEMOP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 semop,semtimedop-System V信号量操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semop(int semid, stru

Views:0  2019-08-20

SEMOP - Linux手册页

SEMOP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 semop,semtimedop-System V信号量操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/sem.h> int semop(int semid, stru

Views:0  2019-08-20

SEND - Linux手册页

SEND - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 send,sendto,sendmsg-在套接字上发送消息 语法 #include <sys/types.h> #include <sys/socket.h> ssize_t send(int sockfd, const void *buf, size_t le

Views:0  2019-08-20

SENDFILE - Linux手册页

SENDFILE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sendfile-在文件描述符之间传输数据 语法 #包括 ssize_t sendfile(int out_fd,int in_fd,off_t * offset,size_t count); 说明 sendfile()在一个文件描述符和另一个文件描述符之间复制数据。由于

Views:0  2019-08-20

SENDFILE - Linux手册页

SENDFILE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 sendfile-在文件描述符之间传输数据 语法 #包括 ssize_t sendfile(int out_fd,int in_fd,off_t * offset,size_t count); 说明 sendfile()在一个文件描述符和另一个文件描述符之间复制数据。由于

Views:0  2019-08-20