Home
last modified time | relevance | path

Searched defs:ATOMIC_INC (Results 1 – 25 of 46) sorted by relevance

12

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/toolkit/
H A Dtrefcounter.cpp35 # define ATOMIC_INC(x) (++x) macro
39 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
47 # define ATOMIC_INC(x) InterlockedIncrement(&x) macro
52 # define ATOMIC_INC(x) OSAtomicIncrement32Barrier(&x) macro
57 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
61 # define ATOMIC_INC(x) (++x) macro
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/toolkit/
H A Dtrefcounter.cpp35 # define ATOMIC_INC(x) (++x) macro
39 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
47 # define ATOMIC_INC(x) InterlockedIncrement(&x) macro
52 # define ATOMIC_INC(x) OSAtomicIncrement32Barrier(&x) macro
57 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
61 # define ATOMIC_INC(x) (++x) macro
/dports/audio/taglib/taglib-1.12/taglib/toolkit/
H A Dtrefcounter.cpp34 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
42 # define ATOMIC_INC(x) InterlockedIncrement(&x) macro
47 # define ATOMIC_INC(x) OSAtomicIncrement32Barrier(&x) macro
52 # define ATOMIC_INC(x) __sync_add_and_fetch(&x, 1) macro
56 # define ATOMIC_INC(x) (++x) macro
/dports/devel/pecl-APCu/apcu-5.1.21/
H A Dapc_lock.h99 # define ATOMIC_INC(a) InterlockedIncrement64(&a) macro
104 # define ATOMIC_INC(a) InterlockedIncrement(&a) macro
110 # define ATOMIC_INC(a) __sync_add_and_fetch(&a, 1) macro
/dports/math/gap/gap-4.11.0/src/hpc/
H A Datomic.h30 #define ATOMIC_INC(x) (AO_fetch_and_add1((x))) macro
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dthreading.h64 #define ATOMIC_INC(ptr) no_atomic_inc((int*)ptr) macro
78 #define ATOMIC_INC(ptr) __sync_add_and_fetch((volatile int32_t*)ptr, 1) macro
89 #define ATOMIC_INC(ptr) InterlockedIncrement((volatile LONG*)ptr) macro
/dports/multimedia/x265/source/common/
H A Dthreading.h64 #define ATOMIC_INC(ptr) no_atomic_inc((int*)ptr) macro
78 #define ATOMIC_INC(ptr) __sync_add_and_fetch((volatile int32_t*)ptr, 1) macro
89 #define ATOMIC_INC(ptr) InterlockedIncrement((volatile LONG*)ptr) macro
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dthreading.h63 #define ATOMIC_INC(ptr) no_atomic_inc((int*)ptr) macro
77 #define ATOMIC_INC(ptr) __sync_add_and_fetch((volatile int32_t*)ptr, 1) macro
88 #define ATOMIC_INC(ptr) InterlockedIncrement((volatile LONG*)ptr) macro
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-stream.h45 #define ATOMIC_INC(ptr) ATOMIC_ADD(ptr, 1) /* ++(*ptr) */ macro
50 #define ATOMIC_INC(ptr) (++(*ptr)) macro
/dports/lang/ruby26/ruby-2.6.9/
H A Druby_atomic.h8 # define ATOMIC_INC(var) __atomic_fetch_add(&(var), 1, __ATOMIC_SEQ_CST) macro
29 # define ATOMIC_INC(var) __sync_fetch_and_add(&(var), 1) macro
47 # define ATOMIC_INC(var) InterlockedIncrement(&(var)) macro
102 # define ATOMIC_INC(var) atomic_inc_uint(&(var)) macro
132 # define ATOMIC_INC(var) ((var)++) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/library/
H A Dcallback.c49 #define ATOMIC_INC(value) OSAtomicIncrement32(&value); macro
52 #define ATOMIC_INC(value) value++; macro
/dports/x11-toolkits/swt/swt-4.20/
H A Dcallback.c49 #define ATOMIC_INC(value) OSAtomicIncrement32(&value); macro
52 #define ATOMIC_INC(value) value++; macro
/dports/devel/libfastjson/libfastjson-0.99.9/
H A Datomic.h40 # define ATOMIC_INC(data, phlpmut) ((void) __sync_fetch_and_add(data, 1)) macro
73 # define ATOMIC_INC(data, phlpmut) { \ macro
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dmemory.h90 #define ATOMIC_INC(ptr) ATOMIC_ADD(ptr, 1) /* ++(*ptr) */ macro
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Datomic.h45 # define ATOMIC_INC(data, phlpmut) ((void) __sync_fetch_and_add(data, 1)) macro
82 # define ATOMIC_INC(data, phlpmut) { \ macro
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/cm/hal/
H A Dcm_type.h100 ATOMIC_INC = 0x2, enumerator
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/cm/hal/
H A Dcm_type.h100 ATOMIC_INC = 0x2, enumerator
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/mtx_SUITE_data/
H A Dmtx_SUITE.c72 #define ATOMIC_INC InterlockedIncrement macro
114 #define ATOMIC_INC ethr_atomic_inc macro
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-inline.h133 #define ATOMIC_INC(ptr) ATOMIC_ADD(ptr, 1) /* ++(*ptr) */ macro
182 #define ATOMIC_INC(ptr) (++(*ptr)) macro

12