Home
last modified time | relevance | path

Searched refs:refcounter (Results 1 – 25 of 77) sorted by relevance

1234

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Drefcounter.c51 int _x_refcounter_inc(refcounter_t *refcounter) in _x_refcounter_inc() argument
55 pthread_mutex_lock(&refcounter->lock); in _x_refcounter_inc()
56 _x_assert(refcounter->count > 0); in _x_refcounter_inc()
57 res = ++refcounter->count; in _x_refcounter_inc()
58 pthread_mutex_unlock(&refcounter->lock); in _x_refcounter_inc()
67 pthread_mutex_lock(&refcounter->lock); in _x_refcounter_dec()
68 res = --refcounter->count; in _x_refcounter_dec()
69 pthread_mutex_unlock(&refcounter->lock); in _x_refcounter_dec()
72 refcounter->destructor(refcounter->object); in _x_refcounter_dec()
80 pthread_mutex_destroy (&refcounter->lock); in _x_refcounter_dispose()
[all …]
H A DMakefile.am35 input_rip.c input_cache.c info_helper.c refcounter.c \
H A DMakefile.in167 refcounter.lo alphablend.lo net_buf_ctrl.lo builtins.lo
197 ./$(DEPDIR)/post.Plo ./$(DEPDIR)/refcounter.Plo \
650 input_rip.c input_cache.c info_helper.c refcounter.c \
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refcounter.Plo@am__quote@ # am--include-marker
983 -rm -f ./$(DEPDIR)/refcounter.Plo
1060 -rm -f ./$(DEPDIR)/refcounter.Plo
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Drefcounter.h38 int _x_refcounter_inc(refcounter_t *refcounter) XINE_PROTECTED;
40 int _x_refcounter_dec(refcounter_t *refcounter) XINE_PROTECTED;
42 void _x_refcounter_dispose(refcounter_t *refcounter) XINE_PROTECTED;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dharness_iterator.h43 ++my_shared_epoch->refcounter; in InputIterator()
54 ++my_shared_epoch->refcounter;
82 if(0 == --my_shared_epoch->refcounter) { in destroy()
88 Epoch() { epoch = 0; refcounter = 1; } in Epoch()
90 Counter refcounter; member
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dharness_iterator.h43 ++my_shared_epoch->refcounter; in InputIterator()
54 ++my_shared_epoch->refcounter;
82 if(0 == --my_shared_epoch->refcounter) { in destroy()
88 Epoch() { epoch = 0; refcounter = 1; } in Epoch()
90 Counter refcounter; member
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dharness_iterator.h43 ++my_shared_epoch->refcounter; in InputIterator()
54 ++my_shared_epoch->refcounter;
82 if(0 == --my_shared_epoch->refcounter) { in destroy()
88 Epoch() { epoch = 0; refcounter = 1; } in Epoch()
90 Counter refcounter; member
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Diterator.h48 ++my_shared_epoch->refcounter; in InputIterator()
59 ++my_shared_epoch->refcounter;
93 if(0 == --my_shared_epoch->refcounter) { in destroy()
99 Epoch() { epoch = 0; refcounter = 1; } in Epoch()
101 Counter refcounter; member
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/patches/
H A D0012-Revert-shared-pointer-implementation.patch43 + refcounter = 0;
60 + -- node->refcounter;
62 + if (node->dbg) std::cerr << "- " << node << " X " << node->refcounter << " (" << this << …
64 + if (node->refcounter == 0) {
78 + ++ node->refcounter;
82 + std::cerr << "+ " << node << " X " << node->refcounter << " (" << this << ") " << "\n";
176 + long refcounter;
243 + return refcounter;
/dports/lang/tcl86/tcl8.6.12/pkgs/thread2.8.7/tcl/tpool/
H A Dtpool.tcl101 refcounter 0
367 tsv::incr $tpid refcounter
390 if {[tsv::incr $tpid refcounter -1] <= 0} {
/dports/devel/tclthread/thread2.8.7/tcl/tpool/
H A Dtpool.tcl101 refcounter 0
367 tsv::incr $tpid refcounter
390 if {[tsv::incr $tpid refcounter -1] <= 0} {
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dallocimbuf.c217 if (ibuf->refcounter > 0) { in IMB_freeImBuf()
218 ibuf->refcounter--; in IMB_freeImBuf()
242 ibuf->refcounter++; in IMB_refImBuf()
253 is_single = (ibuf->refcounter == 0); in IMB_makeSingleUser()
616 tbuf.refcounter = 0; in IMB_dupImBuf()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dadouble_tl_hov.cpp41 size_t refcounter::refcnt = 0;
H A Dadouble_tl.cpp40 size_t refcounter::refcnt = 0;
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/include/adolc/
H A Dadtl.h48 class refcounter {
54 refcounter() { ++refcnt; } in refcounter() function
55 ~refcounter() { --refcnt; } in ~refcounter()
231 refcounter __rcnt;
248 if (refcounter::refcnt > 0) { in setNumDir()
249 …sults\n or memory corruption\n Number of currently existing adoubles = %zu\n", refcounter::refcnt); in setNumDir()
/dports/games/uqm/uqm-0.8.0/src/libs/uio/doc/
H A Dconventions26 Calls uio_Thing_Delete() if the refcounter becomes 0.
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/
H A DIMB_imbuf_types.h258 int refcounter; member
/dports/audio/sidplayer/SIDPlayer-4.4/src/soundplay_includes/
H A DPlaylist.h125 unsigned refcounter; variable
/dports/net-mgmt/libsmi/libsmi-0.4.8/tools/
H A Drea.c1049 unsigned int refcounter; in algCheckForExpandRel() local
1057 refcounter = algCountIndexElements(smiNode); in algCheckForExpandRel()
1080 if (basecounter >= refcounter) { in algCheckForExpandRel()
1090 if (basecounter < refcounter) { in algCheckForExpandRel()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()
/dports/news/husky/husky-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fidoconf/src/
H A Dcommon.c795 static unsigned counter = 0x100, refcounter = 0x100; in makeUniqueDosFileName() local
888 if (counter == icounter || icounter != refcounter) in makeUniqueDosFileName()
890 counter = refcounter = icounter; in makeUniqueDosFileName()

1234