首页 列表 - 第 100 页

PTHREAD_CREATE - Linux手册页

PTHREAD_CREATE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_create-创建一个新线程 语法 #include <pthread.h> int pthread_create(pthread_t *thread, const pthread_attr_t *attr,

Views:0  2019-08-20

PTHREAD_DETACH - Linux手册页

PTHREAD_DETACH - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_detach-分离线程 语法 #include <pthread.h> int pthread_detach(pthread_t thread); 编译并链接-pthread。 说明 pthread_detach()函数将线程标识的线

Views:0  2019-08-20

PTHREAD_EQUAL - Linux手册页

PTHREAD_EQUAL - Linux手册页 Linux程序员手册 第3部分 更新日期: 2015-08-08 名称 pthread_equal-比较线程ID 语法 #include <pthread.h> int pthread_equal(pthread_t t1, pthread_t t2); Compile and link with -pthread. 说

Views:0  2019-08-20

PTHREAD_EXIT - Linux手册页

PTHREAD_EXIT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 pthread_exit-终止调用线程 语法 #include <pthread.h> void pthread_exit(void *retval); Compile and link with -pthread. 说明 pthread_exit()

Views:0  2019-08-20

PTHREAD_SETAFFINITY_NP - Linux手册页

PTHREAD_SETAFFINITY_NP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_setaffinity_np,pthread_getaffinity_np-设置/获取线程的CPU亲和力 语法 #define _GNU_SOURCE /* See feature_test_macros(7)

Views:0  2019-08-20

PTHREAD_GETATTR_DEFAULT_NP - Linux手册页

PTHREAD_GETATTR_DEFAULT_NP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_getattr_default_np,pthread_setattr_default_np,-获取或设置默认线程创建属性 语法 #define _GNU_SOURCE /* See feature_tes

Views:0  2019-08-20

PTHREAD_GETATTR_NP - Linux手册页

PTHREAD_GETATTR_NP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_getattr_np-获取已创建线程的属性 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <pthread.h> int

Views:0  2019-08-20

PTHREAD_SETCONCURRENCY - Linux手册页

PTHREAD_SETCONCURRENCY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 pthread_setconcurrency,pthread_getconcurrency-设置/获取并发级别 语法 #include <pthread.h> int pthread_setconcurrency(int new_leve

Views:0  2019-08-20

PTHREAD_GETCPUCLOCKID - Linux手册页

PTHREAD_GETCPUCLOCKID - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_getcpuclockid-检索线程的CPU时间时钟的ID 语法 #include <pthread.h> #include <time.h> int pthread_getcpuclockid(pthread_

Views:0  2019-08-20

PTHREAD_SETNAME_NP - Linux手册页

PTHREAD_SETNAME_NP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_setname_np,pthread_getname_np-设置/获取线程的名称 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <

Views:0  2019-08-20

PTHREAD_SETSCHEDPARAM - Linux手册页

PTHREAD_SETSCHEDPARAM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_setschedparam,pthread_getschedparam-设置/获取线程的调度策略和参数 语法 #include <pthread.h> int pthread_setschedparam(pthread_t

Views:0  2019-08-20

PTHREAD_JOIN - Linux手册页

PTHREAD_JOIN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_join-与终止的线程连接 语法 #include <pthread.h> int pthread_join(pthread_t thread, void **retval); 编译并链接-pthread。 说明 pthread_join

Views:0  2019-08-20

PTHREAD_KILL - Linux手册页

PTHREAD_KILL - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 pthread_kill-向线程发送信号 语法 #include <signal.h> int pthread_kill(pthread_t thread, int sig); 编译并链接-pthread。 glibc的功能测试宏要求(请参阅feature_

Views:0  2019-08-20

PTHREAD_KILL_OTHER_THREADS_NP - Linux手册页

PTHREAD_KILL_OTHER_THREADS_NP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 pthread_kill_other_threads_np-终止进程中的所有其他线程 语法 #include <pthread.h> void pthread_kill_other_threads_np(void); 说

Views:0  2019-08-20

PTHREAD_MUTEX_CONSISTENT - Linux手册页

PTHREAD_MUTEX_CONSISTENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_mutex_consistent-使健壮的互斥体保持一致 语法 #include <pthread.h> int pthread_mutex_consistent(pthread_mutex_t *mutex); 编译

Views:0  2019-08-20

PTHREAD_MUTEX_CONSISTENT - Linux手册页

PTHREAD_MUTEX_CONSISTENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 pthread_mutex_consistent-使健壮的互斥体保持一致 语法 #include <pthread.h> int pthread_mutex_consistent(pthread_mutex_t *mutex); 编译

Views:0  2019-08-20