Lines Matching defs:refCount
3026 int32_t refCount; // Reference count.
6372 int32_t refCount; // This object's reference count.
6623 obj->refCount = 1;
6641 ++inConnection->refCount;
6650 if( --inConnection->refCount == 0 ) free( inConnection );
8477 int32_t refCount; // Object's reference count.
8674 obj->refCount = 1;
8692 atomic_add_32( &inCmd->refCount, 1 );
8699 if( atomic_add_and_fetch_32( &inCmd->refCount, -1 ) == 0 )
20644 int32_t refCount; // Test object's reference count.
20741 obj->refCount = 1;
20781 atomic_add_32( &me->refCount, 1 );
20788 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
22207 int32_t refCount; // Test's reference count.
22262 obj->refCount = 1;
22312 atomic_add_32( &me->refCount, 1 );
22319 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
23009 int32_t refCount; // Test's reference count.
23063 obj->refCount = 1;
23111 atomic_add_32( &me->refCount, 1 );
23118 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
23872 int32_t refCount; // Test's reference count.
23920 obj->refCount = 1;
23966 atomic_add_32( &me->refCount, 1 );
23973 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
27214 int32_t refCount; // Test's reference count.
27262 obj->refCount = 1;
27287 atomic_add_32( &me->refCount, 1 );
28981 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
29014 int32_t refCount; // Test's reference count.
29179 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
29207 obj->refCount = 1;
29359 atomic_add_32( &me->refCount, 1 );
29984 int32_t refCount; // Test's reference count.
29996 atomic_add_32( &me->refCount, 1 );
30003 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
30027 obj->refCount = 1;
30559 int32_t refCount; // Test's reference count.
30571 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
30595 obj->refCount = 1;
30770 atomic_add_32( &me->refCount, 1 );
31853 int32_t refCount; // Reference count.
31907 cmd->refCount = 1;
31929 atomic_add_32( &me->refCount, 1 );
31936 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
32622 int32_t refCount; // Reference count.
32843 cmd->refCount = 1;
32868 atomic_add_32( &inCmd->refCount, 1 );
32875 if( atomic_add_and_fetch_32( &inCmd->refCount, -1 ) == 0 )
33411 int32_t refCount; // Reference count.
33563 obj->refCount = 1;
33841 atomic_add_32( &me->refCount, 1 );
33849 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
35386 context->refCount = 1;
35403 atomic_add_32( &inContext->refCount, 1 );
35413 if( atomic_add_and_fetch_32( &me->refCount, -1 ) == 0 )
37964 int32_t refCount; // This object's reference count.
37978 int32_t refCount; // This object's reference count.
38334 atomic_add_32( &results->refCount, 1 );
38346 if( atomic_add_and_fetch_32( &results->refCount, -1 ) == 0 )
39335 results->refCount = 1;
39541 obj->refCount = 1;
39569 atomic_add_32( &inInstance->refCount, 1 );
39592 if( atomic_add_and_fetch_32( &inInstance->refCount, -1 ) == 0 )