Lines Matching refs:CDM
158 {/*MatchAs=*/CDM::CXXMethod,
161 {CDM::CXXMethod, {"std", /*"mutex",*/ "unlock"}, 0}),
162 FirstArgMutexDescriptor({CDM::CLibrary, {"pthread_mutex_lock"}, 1},
163 {CDM::CLibrary, {"pthread_mutex_unlock"}, 1}),
164 FirstArgMutexDescriptor({CDM::CLibrary, {"mtx_lock"}, 1},
165 {CDM::CLibrary, {"mtx_unlock"}, 1}),
166 FirstArgMutexDescriptor({CDM::CLibrary, {"pthread_mutex_trylock"}, 1},
167 {CDM::CLibrary, {"pthread_mutex_unlock"}, 1}),
168 FirstArgMutexDescriptor({CDM::CLibrary, {"mtx_trylock"}, 1},
169 {CDM::CLibrary, {"mtx_unlock"}, 1}),
170 FirstArgMutexDescriptor({CDM::CLibrary, {"mtx_timedlock"}, 1},
171 {CDM::CLibrary, {"mtx_unlock"}, 1}),
175 const CallDescriptionSet BlockingFunctions{{CDM::CLibrary, {"sleep"}},
176 {CDM::CLibrary, {"getc"}},
177 {CDM::CLibrary, {"fgets"}},
178 {CDM::CLibrary, {"read"}},
179 {CDM::CLibrary, {"recv"}}};