Home
last modified time | relevance | path

Searched refs:worker_mutex (Results 1 – 24 of 24) sorted by relevance

/dports/biology/fasta3/fasta-36.3.8/src/
H A Dpthr_subs2.c80 status = pthread_mutex_init(&worker_mutex, NULL); in init_thr()
193 status = pthread_mutex_lock(&worker_mutex); /* lock worker_buf_structure */ in put_rbuf()
204 status = pthread_mutex_unlock(&worker_mutex); in put_rbuf()
215 status = pthread_mutex_lock(&worker_mutex); /* lock worker_buf_structure */ in put_rbuf_done()
231 status = pthread_mutex_unlock(&worker_mutex); in put_rbuf_done()
274 status = pthread_mutex_lock(&worker_mutex); /* lock worker_buf_structure */ in rbuf_done()
285 status = pthread_mutex_unlock(&worker_mutex); in rbuf_done()
327 status = pthread_mutex_lock(&worker_mutex); in get_wbuf()
334 pthread_mutex_unlock(&worker_mutex); in get_wbuf()
337 pthread_cond_wait(&worker_cond_var,&worker_mutex); in get_wbuf()
[all …]
H A Ddec_pthr_subs.c57 status = pthread_mutex_init(&worker_mutex, pthread_mutexattr_default); in init_thr()
134 status = pthread_mutex_lock(&worker_mutex); /* lock worker_buf_structure */ in put_rbuf()
145 status = pthread_mutex_unlock(&worker_mutex); in put_rbuf()
155 status = pthread_mutex_lock(&worker_mutex); /* lock worker_buf_structure */ in put_rbuf_done()
168 status = pthread_mutex_unlock(&worker_mutex); in put_rbuf_done()
204 status = pthread_mutex_lock(&worker_mutex); in get_wbuf()
211 pthread_mutex_unlock(&worker_mutex); in get_wbuf()
214 pthread_cond_wait(&worker_cond_var,&worker_mutex); in get_wbuf()
222 status = pthread_mutex_unlock(&worker_mutex); in get_wbuf()
H A Ddec_pthr_subs.h16 pthread_mutex_t worker_mutex; /* full buffer pointer structure lock */ variable
31 extern pthread_mutex_t worker_mutex;
H A Duthr_subs.h25 mutex_t worker_mutex; /* full buffer pointer structure lock */ variable
42 extern mutex_t worker_mutex;
H A Dpthr_subs.h24 pthread_mutex_t worker_mutex; /* full buffer pointer structure lock */ variable
38 extern pthread_mutex_t worker_mutex;
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dworker.c40 static pthread_mutex_t worker_mutex; variable
86 pthread_mutex_lock(&worker_mutex); in G_begin_execute()
89 pthread_cond_wait(&worker_cond, &worker_mutex); in G_begin_execute()
93 pthread_mutex_unlock(&worker_mutex); in G_begin_execute()
105 pthread_mutex_unlock(&worker_mutex); in G_begin_execute()
126 pthread_mutex_init(&worker_mutex, NULL); in G_init_workers()
157 pthread_mutex_destroy(&worker_mutex); in G_finish_workers()
/dports/audio/cmus/cmus-2.9.1/
H A Dworker.c46 static pthread_mutex_t worker_mutex = CMUS_MUTEX_INITIALIZER; variable
59 #define worker_lock() cmus_mutex_lock(&worker_mutex)
60 #define worker_unlock() cmus_mutex_unlock(&worker_mutex)
74 rc = pthread_cond_wait(&worker_cond, &worker_mutex); in worker_loop()
184 pthread_cond_wait(&worker_cond, &worker_mutex); in worker_remove_jobs_by_cb()
/dports/audio/spek/spek-0.8.2/src/
H A Dspek-pipeline.cc74 pthread_mutex_t worker_mutex;
138 p->has_worker_mutex = !pthread_mutex_init(&p->worker_mutex, NULL);
159 pthread_mutex_destroy(&p->worker_mutex);
341 pthread_mutex_lock(&p->worker_mutex);
344 pthread_mutex_unlock(&p->worker_mutex);
366 pthread_mutex_lock(&p->worker_mutex);
368 pthread_cond_wait(&p->worker_cond, &p->worker_mutex);
371 pthread_mutex_unlock(&p->worker_mutex);
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c1149 pthread_mutex_lock(&p->worker_mutex); in mt_signal_worker()
1152 pthread_mutex_unlock(&p->worker_mutex); in mt_signal_worker()
1162 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1168 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1191 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1202 pthread_cond_wait(&p->worker_cond, &p->worker_mutex); in worker_main()
1206 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1219 pthread_mutex_lock(&p->worker_mutex); in mt_stop_worker()
1223 pthread_mutex_unlock(&p->worker_mutex); in mt_stop_worker()
1230 pthread_mutex_destroy(&p->worker_mutex); in mt_stop_worker()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c1189 pthread_mutex_lock(&p->worker_mutex); in mt_signal_worker()
1192 pthread_mutex_unlock(&p->worker_mutex); in mt_signal_worker()
1202 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1208 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1231 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1242 pthread_cond_wait(&p->worker_cond, &p->worker_mutex); in worker_main()
1246 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1259 pthread_mutex_lock(&p->worker_mutex); in mt_stop_worker()
1263 pthread_mutex_unlock(&p->worker_mutex); in mt_stop_worker()
1270 pthread_mutex_destroy(&p->worker_mutex); in mt_stop_worker()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c1189 pthread_mutex_lock(&p->worker_mutex); in mt_signal_worker()
1192 pthread_mutex_unlock(&p->worker_mutex); in mt_signal_worker()
1202 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1208 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1231 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1242 pthread_cond_wait(&p->worker_cond, &p->worker_mutex); in worker_main()
1246 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1259 pthread_mutex_lock(&p->worker_mutex); in mt_stop_worker()
1263 pthread_mutex_unlock(&p->worker_mutex); in mt_stop_worker()
1270 pthread_mutex_destroy(&p->worker_mutex); in mt_stop_worker()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c1189 pthread_mutex_lock(&p->worker_mutex); in mt_signal_worker()
1192 pthread_mutex_unlock(&p->worker_mutex); in mt_signal_worker()
1202 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1208 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1231 pthread_mutex_lock(&p->worker_mutex); in worker_main()
1242 pthread_cond_wait(&p->worker_cond, &p->worker_mutex); in worker_main()
1246 pthread_mutex_unlock(&p->worker_mutex); in worker_main()
1259 pthread_mutex_lock(&p->worker_mutex); in mt_stop_worker()
1263 pthread_mutex_unlock(&p->worker_mutex); in mt_stop_worker()
1270 pthread_mutex_destroy(&p->worker_mutex); in mt_stop_worker()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/
H A DMakefile.in194 stats.lo symbol_test.lo sysdep-unix.lo worker_mutex.lo
419 runtime/worker_mutex.c
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker_mutex.Plo@am__quote@
779 worker_mutex.lo: runtime/worker_mutex.c
780worker_mutex.lo -MD -MP -MF $(DEPDIR)/worker_mutex.Tpo -c -o worker_mutex.lo `test -f 'runtime/wor…
781 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/worker_mutex.Tpo $(DEPDIR)/worker_mutex.Plo
784 …) $(AM_CFLAGS) $(CFLAGS) -c -o worker_mutex.lo `test -f 'runtime/worker_mutex.c' || echo '$(srcdir…
H A DMakefile.am90 runtime/worker_mutex.c
H A DChangeLog322 * libcilkrts/runtime/worker_mutex.c: Likewise
323 * libcilkrts/runtime/worker_mutex.h: Likewise
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/
H A DMakefile.in171 stats.lo symbol_test.lo sysdep-unix.lo worker_mutex.lo
387 runtime/worker_mutex.c
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker_mutex.Plo@am__quote@
746 worker_mutex.lo: runtime/worker_mutex.c
747worker_mutex.lo -MD -MP -MF $(DEPDIR)/worker_mutex.Tpo -c -o worker_mutex.lo `test -f 'runtime/wor…
748 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/worker_mutex.Tpo $(DEPDIR)/worker_mutex.Plo
751 …) $(AM_CFLAGS) $(CFLAGS) -c -o worker_mutex.lo `test -f 'runtime/worker_mutex.c' || echo '$(srcdir…
H A DMakefile.am87 runtime/worker_mutex.c
H A DChangeLog262 * libcilkrts/runtime/worker_mutex.c: Likewise
263 * libcilkrts/runtime/worker_mutex.h: Likewise
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/
H A DMakefile.in194 stats.lo symbol_test.lo sysdep-unix.lo worker_mutex.lo
419 runtime/worker_mutex.c
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worker_mutex.Plo@am__quote@
779 worker_mutex.lo: runtime/worker_mutex.c
780worker_mutex.lo -MD -MP -MF $(DEPDIR)/worker_mutex.Tpo -c -o worker_mutex.lo `test -f 'runtime/wor…
781 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/worker_mutex.Tpo $(DEPDIR)/worker_mutex.Plo
784 …) $(AM_CFLAGS) $(CFLAGS) -c -o worker_mutex.lo `test -f 'runtime/worker_mutex.c' || echo '$(srcdir…
H A DMakefile.am90 runtime/worker_mutex.c
H A DChangeLog322 * libcilkrts/runtime/worker_mutex.c: Likewise
323 * libcilkrts/runtime/worker_mutex.h: Likewise
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/
H A DMD5SUMS47642 ffd8820979e88b4845e4b6ae604d2fdf libcilkrts/runtime/worker_mutex.c
47643 9af2df6acad19a2001c2b1f68f5f59be libcilkrts/runtime/worker_mutex.h
/dports/lang/gcc6-aux/gcc-6-20180516/
H A DMD5SUMS56971 ffd8820979e88b4845e4b6ae604d2fdf libcilkrts/runtime/worker_mutex.c
56972 9af2df6acad19a2001c2b1f68f5f59be libcilkrts/runtime/worker_mutex.h
/dports/lang/gnat_util/gcc-6-20180516/
H A DMD5SUMS56971 ffd8820979e88b4845e4b6ae604d2fdf libcilkrts/runtime/worker_mutex.c
56972 9af2df6acad19a2001c2b1f68f5f59be libcilkrts/runtime/worker_mutex.h