| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 27 pthread_mutex_lock(mut); 28 pthread_cond_wait (cond, mut); 29 pthread_mutex_unlock (mut); 35 pthread_mutex_t mut; local 38 pthread_mutex_init (&mut, NULL); 43 cond_wait (&cond, &mut);
|
| pthread_cond_wait.c | 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 28 pthread_mutex_lock(mut); 29 pthread_cond_wait (cond, mut); 30 pthread_mutex_unlock (mut); 36 pthread_mutex_t mut; local 39 pthread_mutex_init (&mut, NULL); 44 cond_wait (&cond, &mut);
|
| hand-call-in-threads.c | 47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 49 pthread_mutex_lock (mut); 50 pthread_cond_wait (cond, mut); 51 pthread_mutex_unlock (mut); 57 pthread_mutex_t mut; local 60 pthread_mutex_init (&mut, NULL); 65 cond_wait (&cond, &mut);
|
| interrupted-hand-call.c | 53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 55 pthread_mutex_lock (mut); 56 pthread_cond_wait (cond, mut); 57 pthread_mutex_unlock (mut); 63 pthread_mutex_t mut; local 66 pthread_mutex_init (&mut, NULL); 71 cond_wait (&cond, &mut);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 27 pthread_mutex_lock(mut); 28 pthread_cond_wait (cond, mut); 29 pthread_mutex_unlock (mut); 35 pthread_mutex_t mut; local 38 pthread_mutex_init (&mut, NULL); 43 cond_wait (&cond, &mut);
|
| pthread_cond_wait.c | 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 28 pthread_mutex_lock(mut); 29 pthread_cond_wait (cond, mut); 30 pthread_mutex_unlock (mut); 36 pthread_mutex_t mut; local 39 pthread_mutex_init (&mut, NULL); 44 cond_wait (&cond, &mut);
|
| hand-call-in-threads.c | 47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 49 pthread_mutex_lock (mut); 50 pthread_cond_wait (cond, mut); 51 pthread_mutex_unlock (mut); 57 pthread_mutex_t mut; local 60 pthread_mutex_init (&mut, NULL); 65 cond_wait (&cond, &mut);
|
| interrupted-hand-call.c | 53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut) 55 pthread_mutex_lock (mut); 56 pthread_cond_wait (cond, mut); 57 pthread_mutex_unlock (mut); 63 pthread_mutex_t mut; local 66 pthread_mutex_init (&mut, NULL); 71 cond_wait (&cond, &mut);
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| mutex.cpp | 199 _LIBCPP_SAFE_STATIC static __libcpp_mutex_t mut = _LIBCPP_MUTEX_INITIALIZER; variable 226 __libcpp_mutex_lock(&mut); 228 __libcpp_condvar_wait(&cv, &mut); 236 __libcpp_mutex_unlock(&mut); 238 __libcpp_mutex_lock(&mut); 241 __libcpp_mutex_unlock(&mut); 247 __libcpp_mutex_lock(&mut); 249 __libcpp_mutex_unlock(&mut); 256 __libcpp_mutex_unlock(&mut);
|
| debug.cpp | 70 mut() function in namespace:__anon3626 140 RLock _(mut()); 151 WLock _(mut()); 174 WLock _(mut()); 213 WLock _(mut()); 246 WLock _(mut()); 272 mut().lock(); 277 mut().unlock(); 286 mut().unlock(); 296 mut().unlock() [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| trimmed-graph.h | 98 hash_set <const exploded_edge *> & mut local 100 return mut.contains (eedge);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| trimmed-graph.h | 98 hash_set <const exploded_edge *> & mut local 100 return mut.contains (eedge);
|
| /src/external/bsd/zstd/dist/tests/ |
| poolTests.c | 92 ZSTD_pthread_mutex_t mut; member in struct:__anon8912 101 ZSTD_pthread_mutex_lock(&test->mut); 105 ZSTD_pthread_mutex_unlock(&test->mut); 109 ZSTD_pthread_mutex_lock(&test->mut); 114 ZSTD_pthread_mutex_unlock(&test->mut); 129 ZSTD_pthread_mutex_lock(&test.mut); 131 ZSTD_pthread_cond_wait(&test.cond, &test.mut); 134 ZSTD_pthread_mutex_unlock(&test.mut); 144 ZSTD_pthread_mutex_lock(&test.mut); 146 ZSTD_pthread_cond_wait(&test.cond, &test.mut); 178 ZSTD_pthread_mutex_t mut; member in struct:__anon8913 [all...] |
| /src/external/mpl/bind/dist/tests/bench/ |
| qpmulti.c | 407 printf(" mut\t"); 718 bool mut = t < bctx->mutate; local 727 : mut ? mutate_transactions 730 .ops_per_tx = mut ? bctx->mut_ops_per_tx 732 .tx_per_loop = mut ? bctx->mut_tx_per_loop 768 bool mut = t < bctx->mutate; local 770 stats[mut].worked += tp->worked; 771 stats[mut].txns += tp->transactions; 772 stats[mut].ops += tp->transactions * tp->ops_per_tx; 773 stats[mut].compactions += tp->compactions [all...] |
| /src/usr.sbin/acpitools/aml/ |
| aml_parse.c | 1190 struct aml_mutex *mut; local 1203 mut = &aname->property->mutex; 1204 mut->level = *env->dp++; 1205 STAILQ_INIT(&mut->queue); 1206 AML_DEBUGPRINT(", %d)", mut->level);
|