OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_writers
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
result.c
354
conn->
c_writers
< 0 ) {
359
conn->
c_writers
++;
361
while ( conn->
c_writers
> 0 && conn->c_writing ) {
366
if ( conn->
c_writers
< 0 ) {
368
if ( conn->
c_writers
== -1 )
370
conn->
c_writers
++;
402
conn->
c_writers
--;
440
if ( conn->
c_writers
< 0 ) {
447
if ( conn->
c_writers
< 0 ) {
450
conn->
c_writers
++
[
all
...]
connection.c
414
assert( c->
c_writers
== 0);
605
assert( c->
c_writers
== 0);
750
if ( c->
c_writers
> 0 ) {
751
c->
c_writers
= -c->
c_writers
;
758
while ( c->
c_writers
) {
slap.h
2948
int
c_writers
; /* number of writers waiting */
member in struct:Connection
Completed in 38 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026