Searched refs:refcount (Results 226 - 250 of 280) sorted by relevance

1234567891011>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dlibbfd.c840 /* @@ FIXME : If the internal window has a refcount of 1 and was
854 w->i->refcount = 1;
H A Dlibbfd.h777 int refcount : 31; /* should be enough... */
774 int refcount : 31; /* should be enough... */ member in struct:_bfd_window_internal
H A Delf32-bfin.c2001 if (h->got.refcount == 0)
2015 h->got.refcount++;
3167 if (h->got.refcount > 0)
3169 --h->got.refcount;
3170 if (h->got.refcount == 0)
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dschnauthcn.c441 schnauth_info->auth_info.refcount = 1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.h141 int refcount;
139 int refcount; member in struct:x_bitmap_record
H A Dimage.c387 if (dpyinfo->bitmaps[i].refcount == 0)
404 ++FRAME_X_DISPLAY_INFO (f)->bitmaps[id - 1].refcount;
451 dpyinfo->bitmaps[id - 1].refcount = 1;
495 if (dpyinfo->bitmaps[id].refcount
499 ++dpyinfo->bitmaps[id].refcount;
520 dpyinfo->bitmaps[id - 1].refcount = 1;
573 if (--bm->refcount == 0)
592 if (bm->refcount > 0)
1652 xassert (c->refcount == 0);
3869 dpyinfo->bitmaps[id - 1].refcount
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dconnect.c1258 penv->refcount = 0; /* we will increase it after
1311 penv->refcount++; /* bookkeeping reference count on this driver */
1411 penv->refcount--;
1413 if (!penv->refcount)
/macosx-10.9.5/libauto-185.5/
H A DThread.cpp622 dump_local_block(block, subzone->size(block), subzone->layout(block), subzone->refcount(block));
H A DThreadLocalCollector.cpp228 _zone->handle_overretained_garbage(block, ref.refcount(), ref.layout());
H A DReferenceIterator.h409 if (large->refcount() || should_mark(large)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c2921 event_lock(struct socket *so, int refcount, void *lr) argument
2945 if (refcount)
2954 event_unlock(struct socket *so, int refcount, void *lr) argument
2964 if (refcount)
H A Duipc_socket.c607 * increase refcount for creation, make sure it's done before
992 panic("soclose: so=%p refcount=0\n", so);
4687 socket_lock(struct socket *so, int refcount) argument
4695 error = (*so->so_proto->pr_lock)(so, refcount, lr_saved);
4702 if (refcount)
4712 socket_unlock(struct socket *so, int refcount) argument
4726 error = (*so->so_proto->pr_unlock)(so, refcount, lr_saved);
4735 if (refcount) {
4737 panic("%s: bad refcount=%d so=%p (%d, %d, %d) "
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c2439 tcp_lock(struct socket *so, int refcount, void *lr) argument
2461 if (refcount)
2469 tcp_unlock(struct socket *so, int refcount, void *lr) argument
2485 if (refcount)
H A Dmptcp_subr.c3409 mptcp_lock(struct socket *mp_so, int refcount, void *lr) argument
3432 if (refcount != 0)
3444 mptcp_unlock(struct socket *mp_so, int refcount, void *lr) argument
3462 if (refcount != 0)
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h684 uint32_t refcount; member in struct:IOPMrootDomain::__anon15061
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.c676 if (dst->refcount > 0) dst->refcount--;
677 if (dst->refcount > 0) return;
694 dst->refcount++;
1303 dst->refcount = 1;
1799 fprintf(f, " rules: %u\n", o->refcount - 1);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_m.c2007 int refcount; local
2012 refcount = --c->tc_refcnt;
2014 if ( refcount )
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_msg.c313 out->refcount = 1;
325 new = OSAtomicIncrement32Barrier(&msg->refcount);
365 new = OSAtomicDecrement32Barrier(&msg->refcount);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c808 out->refcount = in->refcount;
H A Dsearch_module.c929 .refcount = 1,
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_stat.c688 mode, (u_long)lp->refcount, status);
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp40 #include <security_utilities/refcount.h>
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durldata.h245 int refcount; member in struct:curl_schannel_cred
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd.c1680 if (a && !(--a->refcount) && d->AnswerTableCount >= LLQ_TABLESIZE)
1939 Log("%p : Question %##s; type %d; referenced by %d LLQs; %d answers:", a, a->name.c, a->type, a->refcount, ancount);
2069 a->refcount = 0;
2079 a->refcount++;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c7119 unsigned int refcount;
7121 refcount = 0;
7145 ++refcount;
7152 if (refcount > 0)
7169 || ! ieee_write_number (info, refcount + 3)
7115 unsigned int refcount; local

Completed in 566 milliseconds

1234567891011>>