MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / Remove

Method Remove

extra/yassl/src/yassl_int.cpp:1863–1870  ·  view source on GitHub ↗

remove a self thread error

Source from the content-addressed store, hash-verified

1861
1862// remove a self thread error
1863void Errors::Remove()
1864{
1865 Lock guard(mutex_);
1866 thr_iterator find = STL::find_if(list_.begin(), list_.end(),
1867 thr_match());
1868 if (find != list_.end())
1869 list_.erase(find);
1870}
1871
1872
1873// lookup self error code

Callers 3

SSL_clearFunction · 0.80
SSL_shutdownFunction · 0.80
ERR_remove_stateFunction · 0.80

Calls 5

find_ifFunction · 0.85
thr_matchClass · 0.85
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected