Closed chenBright closed 2 months ago
Issue Number:
Problem Summary:
使用bthread_mutex、bthread_cond_t时,一旦不小心发现了拷贝,就会出现未定义行为。
Changed:
在C++环境中,禁止bthread_mutex、bthread_cond_t拷贝。
Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
LGTM
What problem does this PR solve?
Issue Number:
Problem Summary:
使用bthread_mutex、bthread_cond_t时,一旦不小心发现了拷贝,就会出现未定义行为。
What is changed and the side effects?
Changed:
在C++环境中,禁止bthread_mutex、bthread_cond_t拷贝。
Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
Check List: