Searched refs:use_count (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster.h100 int use_count; /* number of service requests */ member in struct:MASTER_PROC
H A Devent_server.c246 static int use_count; variable
335 if (use_count < INT_MAX)
336 use_count++;
906 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) {
H A Dmaster_status.c135 proc->use_count++;
H A Dmulti_server.c234 static int use_count; variable
318 if (use_count < INT_MAX)
319 use_count++;
895 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) {
H A Dsingle_server.c209 static int use_count; variable
285 if (use_count < INT_MAX)
286 use_count++;
763 while (var_use_limit == 0 || use_count < var_use_limit) {
H A Dtrigger_server.c217 static int use_count; variable
281 if (use_count < INT_MAX)
282 use_count++;
781 while (var_use_limit == 0 || use_count < var_use_limit) {
H A Dmaster_spawn.c248 proc->use_count = 0;
321 if (proc->use_count == 0
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c145 int use_count;
1694 gotent->use_count = 1;
1708 gotent->use_count += 1;
2098 gi->use_count += gs->use_count;
2174 if (be->use_count == 0)
2249 if (be->use_count == 0)
2264 ae->use_count += be->use_count;
2306 if (gotent->use_count >
143 int use_count; member in struct:alpha_elf_link_hash_entry::alpha_elf_got_entry
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dboost_shared_ptr.h509 * @post use_count()==0 && get()==0
517 * @post use_count() == 1 && get() == __p
539 * @post use_count() == 1 && get() == __p
557 * @post get() == __r.get() && use_count() == __r.use_count()
568 * @post use_count() == __r.use_count()
584 * @post use_count() == 1 and __r.get() == 0
686 use_count() const // never throws function in class:std::__shared_ptr
859 // use_count tes
872 use_count() const // never throws function in class:std::__weak_ptr
[all...]

Completed in 191 milliseconds