Searched refs:slock (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_main.c | 2170 void* slock ) in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_PRE() argument 2181 (Int)tid, (void*)slock ); in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_PRE() 2187 lk = map_locks_maybe_lookup( (Addr)slock ); in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_PRE() 2192 evhH__pre_thread_releases_lock( thr, (Addr)slock, in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_PRE() 2198 void* slock ) in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_POST() argument 2208 (Int)tid, (void*)slock ); in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_POST() 2210 lk = map_locks_maybe_lookup( (Addr)slock ); in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_POST() 2212 map_locks_lookup_or_create( LK_nonRec, (Addr)slock, tid ); in evh__HG_PTHREAD_SPIN_INIT_OR_UNLOCK_POST() 2217 void* slock, Word isTryLock ) in evh__HG_PTHREAD_SPIN_LOCK_PRE() argument 2219 evh__HG_PTHREAD_MUTEX_LOCK_PRE( tid, slock, isTryLock ); in evh__HG_PTHREAD_SPIN_LOCK_PRE() [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 5071 MutexLock slock(&mu, true); in test1() local 5076 ReaderMutexLock slock(&mu, true); in test2() local 5081 MutexLock slock(&mu, true); in test3() local 5086 ReaderMutexLock slock(&mu, true); in test4() local
|