Skip to content

Commit

Permalink
[feat] 新增chef_debug_mutex,用于定位mutex互斥锁的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed Aug 7, 2021
1 parent 97cc4df commit b2e98e0
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ SS | chef_env_var_op.hpp | nope | 读写系统环境变量 |
PH | chef_defer.hpp | chef_env | 类似golang defer,支持c goto清理等场景 |
PH | chef_count_dump.hpp | chef_env | 在各种线程模型下高效的对多个tag进行计数(打点)。并支持定时将计数落盘 |
PH | chef_noncopyable.hpp | nope | 禁用拷贝构造等函数 |
PH | chef_debug_mutex.hpp | chef_env | 定位mutex互斥锁的问题 |

## 声明,内部实现拷贝自第三方工程的代码

Expand Down
Loading

0 comments on commit b2e98e0

Please sign in to comment.