Home
last modified time | relevance | path

Searched refs:pmtx (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dnetpoll_aix.go110 lock(&pmtx)
112 unlock(&pmtx)
123 lock(&pmtx)
126 unlock(&pmtx)
134 lock(&pmtx)
136 unlock(&pmtx)
146 lock(&pmtx)
149 unlock(&pmtx)
168 lock(&pmtx)
174 unlock(&pmtx)
[all …]
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_mutex_init/
H A Dstress.c96 pthread_mutex_t * pmtx; in threaded() local
110 pmtx = &mtx; in threaded()
114 pmtx = (pthread_mutex_t *) malloc(sizeof(pthread_mutex_t)); in threaded()
115 if (pmtx == NULL) in threaded()
141 ret = pthread_mutex_init(pmtx, pma); in threaded()
145 ret = pthread_mutex_lock(pmtx); in threaded()
148 ret = pthread_mutex_unlock(pmtx); in threaded()
151 ret = pthread_mutex_destroy(pmtx); in threaded()
157 free(pmtx); in threaded()
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dshthread.h44 int shmtx_init(shmtx *pmtx);
45 void shmtx_delete(shmtx *pmtx);
46 void shmtx_enter(shmtx *pmtx, shmtxtmp *ptmp);
47 void shmtx_leave(shmtx *pmtx, shmtxtmp *ptmp);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
168 pthread_mutex_lock(pmtx); // no-warning in ok21()
169 pthread_mutex_unlock(pmtx); // no-warning in ok21()
174 pthread_mutex_lock(pmtx); // no-warning in ok22()
175 pthread_mutex_unlock(pmtx); // no-warning in ok22()
176 pthread_mutex_lock(pmtx); // no-warning in ok22()
177 pthread_mutex_unlock(pmtx); // no-warning in ok22()
512 pthread_mutex_lock(pmtx); in bad33()
514 pthread_mutex_lock(pmtx); // expected-warning{{This lock has already been acquired}} in bad33()
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_cond_init/
H A Dstress.c93 pthread_mutex_t mtx, *pmtx; in threaded() local
99 pmtx = &mtx; in threaded()
145 ret = pthread_mutex_init(pmtx, NULL); in threaded()
147 ret = pthread_mutex_lock(pmtx); in threaded()
156 ret = pthread_cond_timedwait(pcnd, pmtx, &now); in threaded()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
167 pthread_mutex_lock(pmtx); // no-warning in ok21()
168 pthread_mutex_unlock(pmtx); // no-warning in ok21()
173 pthread_mutex_lock(pmtx); // no-warning in ok22()
174 pthread_mutex_unlock(pmtx); // no-warning in ok22()
175 pthread_mutex_lock(pmtx); // no-warning in ok22()
176 pthread_mutex_unlock(pmtx); // no-warning in ok22()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
167 pthread_mutex_lock(pmtx); // no-warning in ok21()
168 pthread_mutex_unlock(pmtx); // no-warning in ok21()
173 pthread_mutex_lock(pmtx); // no-warning in ok22()
174 pthread_mutex_unlock(pmtx); // no-warning in ok22()
175 pthread_mutex_lock(pmtx); // no-warning in ok22()
176 pthread_mutex_unlock(pmtx); // no-warning in ok22()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
167 pthread_mutex_lock(pmtx); // no-warning in ok21()
168 pthread_mutex_unlock(pmtx); // no-warning in ok21()
173 pthread_mutex_lock(pmtx); // no-warning in ok22()
174 pthread_mutex_unlock(pmtx); // no-warning in ok22()
175 pthread_mutex_lock(pmtx); // no-warning in ok22()
176 pthread_mutex_unlock(pmtx); // no-warning in ok22()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
167 pthread_mutex_lock(pmtx); // no-warning in ok21()
168 pthread_mutex_unlock(pmtx); // no-warning in ok21()
173 pthread_mutex_lock(pmtx); // no-warning in ok22()
174 pthread_mutex_unlock(pmtx); // no-warning in ok22()
175 pthread_mutex_lock(pmtx); // no-warning in ok22()
176 pthread_mutex_unlock(pmtx); // no-warning in ok22()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dpthreadlock.c8 pthread_mutex_t *pmtx; variable
167 pthread_mutex_lock(pmtx); // no-warning in ok21()
168 pthread_mutex_unlock(pmtx); // no-warning in ok21()
173 pthread_mutex_lock(pmtx); // no-warning in ok22()
174 pthread_mutex_unlock(pmtx); // no-warning in ok22()
175 pthread_mutex_lock(pmtx); // no-warning in ok22()
176 pthread_mutex_unlock(pmtx); // no-warning in ok22()

123