[FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com> Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com> Co-authored-by: dimstars <liangjinrongcm@gmail.com>
This commit is contained in:
1
deps/oblib/src/lib/thread/thread.h
vendored
1
deps/oblib/src/lib/thread/thread.h
vendored
@ -55,6 +55,7 @@ public:
|
||||
void wait();
|
||||
void destroy();
|
||||
void dump_pth();
|
||||
pthread_t get_pthread() { return pth_; }
|
||||
|
||||
/// \brief Get current thread object.
|
||||
///
|
||||
|
Reference in New Issue
Block a user