Home
last modified time | relevance | path

Searched refs:atomic64_read_and_add (Results 1 – 10 of 10) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/os/win/
H A Datomic64.h53 #define atomic64_read_and_add( v, i ) \ macro
58 atomic64_read_and_add ( v, i )
63 return atomic64_read_and_add ( v, i ) + i; in atomic64_add_and_read()
87 ( atomic64_read_and_add ( v, 1 ) == 0 )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/os/win/
H A Datomic64.h53 #define atomic64_read_and_add( v, i ) \ macro
58 atomic64_read_and_add ( v, i )
63 return atomic64_read_and_add ( v, i ) + i; in atomic64_add_and_read()
87 ( atomic64_read_and_add ( v, 1 ) == 0 )
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/cc/gcc/x86_64/
H A Datomic64.h54 static __inline__ long int atomic64_read_and_add ( atomic64_t *v, long int i ) in atomic64_read_and_add() function
74 atomic64_read_and_add ( v, i )
151 ( atomic64_read_and_add ( v, 1L ) == 0 )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/cc/gcc/x86_64/
H A Datomic64.h54 static __inline__ long int atomic64_read_and_add ( atomic64_t *v, long int i ) in atomic64_read_and_add() function
74 atomic64_read_and_add ( v, i )
151 ( atomic64_read_and_add ( v, 1L ) == 0 )
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/cc/gcc/arm64/
H A Datomic64.h54 static __inline__ long int atomic64_read_and_add ( atomic64_t *v, long int i ) in atomic64_read_and_add() function
61 atomic64_read_and_add ( v, i )
95 ( atomic64_read_and_add ( v, 1L ) == 0 )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/cc/gcc/arm64/
H A Datomic64.h54 static __inline__ long int atomic64_read_and_add ( atomic64_t *v, long int i ) in atomic64_read_and_add() function
61 atomic64_read_and_add ( v, i )
95 ( atomic64_read_and_add ( v, 1L ) == 0 )
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dprogress_thread.c163 atomic64_read_and_add( &self -> value, by ); in bg_progress_update()
315 atomic64_read_and_add( &self -> value, by ); in bg_update_update()
H A Dsorter.c253 atomic64_read_and_add( producer -> processed_row_count, row_count ); in producer_thread_func()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/cc/
H A Dasm-test.cpp280 REQUIRE_EQ ( ( int64_t ) atomic64_read_and_add ( & v, 3 ), ( int64_t ) 2 ); in BUILTIN_TESTS()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/cc/
H A Dasm-test.cpp280 REQUIRE_EQ ( ( int64_t ) atomic64_read_and_add ( & v, 3 ), ( int64_t ) 2 ); in BUILTIN_TESTS()