由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 你们都检查这些system call的返回值吗?
相关主题
C++的exception大家常用吗?question about the read/write locker
EBUSY 的定义is pthread_mutex_destroy() required to call?
c++问题how to statically initialze a mutex in class?
pthread in cygwinhow many ways in C++ to release a mutex?
waiting for N condition variables in linuxHow to avoid deadlock ?
condional variable thread sync 问题 (转载)请教pthread producer-consumer问题
double-checked lockingpthread_create inside a constructor
多线程的程序设计有什么好书推荐? (转载)连续release mutex/semphore 2次有什么问题吗?
相关话题的讨论汇总
话题: 返回值话题: call话题: system话题: 架构师话题: 检查
进入Programming版参与讨论
1 (共1页)
g***l
发帖数: 2753
1
像什么 pthread_mutex_wait()/post().
timer_start()/stop()..
我有时就加个自己定义的assert(), 并且在release版本中就都忽略了。
今年跟俺们这的一个架构师讨论一个问题,看看很多年以前别人的代码,架构师说这些
system Call也应检查返回值的。
n******t
发帖数: 4406
2
就看你干什么,写一个来玩,或者跑一两次的野鸡代码就算了。
如果是要正经用的,还是讲点修养比较好。

【在 g***l 的大作中提到】
: 像什么 pthread_mutex_wait()/post().
: timer_start()/stop()..
: 我有时就加个自己定义的assert(), 并且在release版本中就都忽略了。
: 今年跟俺们这的一个架构师讨论一个问题,看看很多年以前别人的代码,架构师说这些
: system Call也应检查返回值的。

1 (共1页)
进入Programming版参与讨论
相关主题
连续release mutex/semphore 2次有什么问题吗?waiting for N condition variables in linux
pthread mutex能不能用与thread和process之间condional variable thread sync 问题 (转载)
怎么练习C++ multi-threading?double-checked locking
Pthread support on Windows XP多线程的程序设计有什么好书推荐? (转载)
C++的exception大家常用吗?question about the read/write locker
EBUSY 的定义is pthread_mutex_destroy() required to call?
c++问题how to statically initialze a mutex in class?
pthread in cygwinhow many ways in C++ to release a mutex?
相关话题的讨论汇总
话题: 返回值话题: call话题: system话题: 架构师话题: 检查