own_lock         2162 core/ngx_resolver.c     rev->own_lock = &c->lock;
own_lock         2163 core/ngx_resolver.c     wev->own_lock = &c->lock;
own_lock          693 event/ngx_event.c         rev[i].own_lock = &c[i].lock;
own_lock          708 event/ngx_event.c         wev[i].own_lock = &c[i].lock;
own_lock          161 event/ngx_event.h     ngx_atomic_t    *own_lock;
own_lock          232 event/ngx_event_accept.c         rev->own_lock = &c->lock;
own_lock          233 event/ngx_event_accept.c         wev->own_lock = &c->lock;
own_lock          112 event/ngx_event_connect.c     rev->own_lock = &c->lock;
own_lock          113 event/ngx_event_connect.c     wev->own_lock = &c->lock;
own_lock          110 event/ngx_event_posted.c             if (ev->lock != ev->own_lock) {
own_lock          111 event/ngx_event_posted.c                 if (*(ev->own_lock)) {
own_lock          118 event/ngx_event_posted.c                 *(ev->own_lock) = 1;
own_lock          152 event/ngx_event_posted.c                 if (ev->lock != ev->own_lock) {
own_lock          153 event/ngx_event_posted.c                     ngx_unlock(ev->own_lock);
own_lock          386 http/ngx_http_upstream_round_robin.c         c->read->lock = c->read->own_lock;
own_lock          387 http/ngx_http_upstream_round_robin.c         c->write->lock = c->write->own_lock;
own_lock          219 os/unix/ngx_channel.c     rev->own_lock = &c->lock;
own_lock          220 os/unix/ngx_channel.c     wev->own_lock = &c->lock;