Home
last modified time | relevance | path

Searched refs:checked_lock (Results 1 – 25 of 56) sorted by relevance

123

/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dchecklocks.h116 struct checked_lock *holding_first, *holding_last;
118 struct checked_lock* waiting;
124 struct checked_lock { struct
153 struct checked_lock* next_held_lock[THRDEBUG_MAX_THREADS]; argument
155 struct checked_lock* prev_held_lock[THRDEBUG_MAX_THREADS]; argument
225 void checklock_init(enum check_lock_type type, struct checked_lock** lock,
247 void checklock_rdlock(enum check_lock_type type, struct checked_lock* lock,
269 void checklock_lock(enum check_lock_type type, struct checked_lock* lock,
303 struct checked_lock_rw { struct checked_lock* c_rw; };
305 struct checked_lock_mutex { struct checked_lock* c_m; };
[all …]
H A Dchecklocks.c136 struct checked_lock* lock = *(struct checked_lock**)p; in lock_protect()
158 struct checked_lock* lock = *(struct checked_lock**)mangled; in lock_unprotect()
187 prot_check(struct checked_lock* lock, in prot_check()
218 struct checked_lock* lock = *(struct checked_lock**)pp; in lock_get_mem()
220 s = sizeof(struct checked_lock); in lock_get_mem()
275 struct checked_lock* e = (struct checked_lock*)calloc(1, in checklock_init()
276 sizeof(struct checked_lock)); in checklock_init()
349 struct checked_lock* e; in checklock_destroy()
800 struct checked_lock* w = NULL; in thread_debug_info()
801 struct checked_lock* f = NULL; in thread_debug_info()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dtier_bestof.c170 checked_lock( &tier->t_mutex ); in bestof_update()
178 checked_lock( &b->b_mutex ); in bestof_update()
227 checked_lock( &tier->t_mutex ); in bestof_select()
257 checked_lock( &b->b_mutex ); in bestof_select()
266 checked_lock( &b0->b_mutex ); in bestof_select()
270 checked_lock( &b1->b_mutex ); in bestof_select()
277 checked_lock( &tier->t_mutex ); in bestof_select()
288 checked_lock( &b->b_mutex ); in bestof_select()
300 checked_lock( &tier->t_mutex ); in bestof_select()
H A Dconnection.c108 checked_lock( &c->c_io_mutex ); in handle_pdus()
146 checked_lock( &c->c_io_mutex ); in handle_pdus()
218 checked_lock( &c->c_io_mutex ); in connection_read_cb()
260 checked_lock( &c->c_io_mutex ); in connection_read_cb()
271 checked_lock( &c->c_io_mutex ); in connection_read_cb()
334 checked_lock( &c->c_io_mutex ); in connection_write_cb()
487 checked_lock( cq_mutex ); in connections_walk_last()
530 checked_lock( &c->c_io_mutex ); in lload_connection_close()
H A Dmodule_init.c63 checked_lock( &lload_wait_mutex ); in lload_start_daemon()
111 checked_lock( &lload_wait_mutex ); in lload_back_open()
134 checked_lock( &lload_wait_mutex ); in lload_back_close()
H A Dtier_roundrobin.c87 checked_lock( &tier->t_mutex ); in roundrobin_select()
96 checked_lock( &b->b_mutex ); in roundrobin_select()
109 checked_lock( &tier->t_mutex ); in roundrobin_select()
H A Dclient.c182 checked_lock( &b->b_mutex ); in request_process()
216 checked_lock( &b->b_mutex ); in request_process()
221 checked_lock( &op->o_link_mutex ); in request_process()
237 checked_lock( &b->b_mutex ); in request_process()
412 checked_lock( &c->c_io_mutex ); in handle_one_request()
461 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
472 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
626 checked_lock( &clients_mutex ); in client_init()
748 checked_lock( &clients_mutex ); in client_unlink()
799 checked_lock( &clients_mutex ); in clients_destroy()
H A Dbind.c344 checked_lock( &op->o_link_mutex ); in request_bind()
350 checked_lock( &upstream->c_io_mutex ); in request_bind()
402 checked_lock( &b->b_mutex ); in request_bind()
430 checked_lock( &lload_pin_mutex ); in request_bind()
453 checked_lock( &b->b_mutex ); in request_bind()
458 checked_lock( &op->o_link_mutex ); in request_bind()
549 checked_lock( &upstream->c_io_mutex ); in finish_sasl_bind()
627 checked_lock( &op->o_link_mutex ); in handle_bind_response()
778 checked_lock( &op->o_link_mutex ); in handle_whoami_response()
883 checked_lock( &op->o_link_mutex ); in handle_vc_bind_response()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dtier_bestof.c170 checked_lock( &tier->t_mutex ); in bestof_update()
178 checked_lock( &b->b_mutex ); in bestof_update()
227 checked_lock( &tier->t_mutex ); in bestof_select()
257 checked_lock( &b->b_mutex ); in bestof_select()
266 checked_lock( &b0->b_mutex ); in bestof_select()
270 checked_lock( &b1->b_mutex ); in bestof_select()
277 checked_lock( &tier->t_mutex ); in bestof_select()
288 checked_lock( &b->b_mutex ); in bestof_select()
300 checked_lock( &tier->t_mutex ); in bestof_select()
H A Dconnection.c108 checked_lock( &c->c_io_mutex ); in handle_pdus()
146 checked_lock( &c->c_io_mutex ); in handle_pdus()
218 checked_lock( &c->c_io_mutex ); in connection_read_cb()
260 checked_lock( &c->c_io_mutex ); in connection_read_cb()
271 checked_lock( &c->c_io_mutex ); in connection_read_cb()
334 checked_lock( &c->c_io_mutex ); in connection_write_cb()
487 checked_lock( cq_mutex ); in connections_walk_last()
530 checked_lock( &c->c_io_mutex ); in lload_connection_close()
H A Dmodule_init.c63 checked_lock( &lload_wait_mutex ); in lload_start_daemon()
111 checked_lock( &lload_wait_mutex ); in lload_back_open()
134 checked_lock( &lload_wait_mutex ); in lload_back_close()
H A Dtier_roundrobin.c87 checked_lock( &tier->t_mutex ); in roundrobin_select()
96 checked_lock( &b->b_mutex ); in roundrobin_select()
109 checked_lock( &tier->t_mutex ); in roundrobin_select()
H A Dclient.c182 checked_lock( &b->b_mutex ); in request_process()
216 checked_lock( &b->b_mutex ); in request_process()
221 checked_lock( &op->o_link_mutex ); in request_process()
237 checked_lock( &b->b_mutex ); in request_process()
412 checked_lock( &c->c_io_mutex ); in handle_one_request()
461 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
472 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
626 checked_lock( &clients_mutex ); in client_init()
748 checked_lock( &clients_mutex ); in client_unlink()
799 checked_lock( &clients_mutex ); in clients_destroy()
H A Dbind.c344 checked_lock( &op->o_link_mutex ); in request_bind()
350 checked_lock( &upstream->c_io_mutex ); in request_bind()
402 checked_lock( &b->b_mutex ); in request_bind()
430 checked_lock( &lload_pin_mutex ); in request_bind()
453 checked_lock( &b->b_mutex ); in request_bind()
458 checked_lock( &op->o_link_mutex ); in request_bind()
549 checked_lock( &upstream->c_io_mutex ); in finish_sasl_bind()
627 checked_lock( &op->o_link_mutex ); in handle_bind_response()
778 checked_lock( &op->o_link_mutex ); in handle_whoami_response()
883 checked_lock( &op->o_link_mutex ); in handle_vc_bind_response()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dclient.c120 checked_lock( &b->b_mutex ); in request_process()
125 checked_lock( &op->o_link_mutex ); in request_process()
141 checked_lock( &b->b_mutex ); in request_process()
281 checked_lock( &c->c_io_mutex ); in handle_one_request()
330 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
341 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
480 checked_lock( &clients_mutex ); in client_init()
567 checked_lock( &clients_mutex ); in client_unlink()
607 checked_lock( &clients_mutex ); in clients_destroy()
H A Dbackend.c38 checked_lock( &b->b_mutex ); in upstream_connect_cb()
111 checked_lock( &b->b_mutex ); in upstream_name_cb()
292 checked_lock( &backend_mutex ); in backend_select()
308 checked_lock( &b->b_mutex ); in backend_select()
335 checked_lock( &c->c_io_mutex ); in backend_select()
355 checked_lock( &backend_mutex ); in backend_select()
463 checked_lock( &b->b_mutex ); in backend_connect()
572 checked_lock( &b->b_mutex ); in backend_connect()
634 checked_lock( &b->b_mutex ); in backend_reset()
688 checked_lock( &b->b_mutex ); in lload_backend_destroy()
H A Dmodule_init.c63 checked_lock( &lload_wait_mutex ); in lload_start_daemon()
111 checked_lock( &lload_wait_mutex ); in lload_back_open()
134 checked_lock( &lload_wait_mutex ); in lload_back_close()
H A Dconnection.c108 checked_lock( &c->c_io_mutex ); in handle_pdus()
146 checked_lock( &c->c_io_mutex ); in handle_pdus()
218 checked_lock( &c->c_io_mutex ); in connection_read_cb()
260 checked_lock( &c->c_io_mutex ); in connection_read_cb()
271 checked_lock( &c->c_io_mutex ); in connection_read_cb()
334 checked_lock( &c->c_io_mutex ); in connection_write_cb()
487 checked_lock( cq_mutex ); in connections_walk_last()
H A Dbind.c340 checked_lock( &op->o_link_mutex ); in request_bind()
345 checked_lock( &upstream->c_io_mutex ); in request_bind()
398 checked_lock( &b->b_mutex ); in request_bind()
426 checked_lock( &lload_pin_mutex ); in request_bind()
449 checked_lock( &b->b_mutex ); in request_bind()
454 checked_lock( &op->o_link_mutex ); in request_bind()
545 checked_lock( &upstream->c_io_mutex ); in finish_sasl_bind()
623 checked_lock( &op->o_link_mutex ); in handle_bind_response()
774 checked_lock( &op->o_link_mutex ); in handle_whoami_response()
879 checked_lock( &op->o_link_mutex ); in handle_vc_bind_response()
[all …]
H A Doperation.c239 checked_lock( &op->o_link_mutex ); in operation_unlink()
341 checked_lock( &b->b_mutex ); in operation_unlink_upstream()
360 checked_lock( &upstream->c_io_mutex ); in operation_send_abandon()
410 checked_lock( &op->o_link_mutex ); in operation_abandon()
453 checked_lock( &op->o_link_mutex ); in operation_send_reject()
481 checked_lock( &c->c_io_mutex ); in operation_send_reject()
579 checked_lock( &b->b_mutex ); in connection_timeout()
631 checked_lock( &b->b_mutex ); in operations_timeout()
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dclient.c120 checked_lock( &b->b_mutex ); in request_process()
125 checked_lock( &op->o_link_mutex ); in request_process()
141 checked_lock( &b->b_mutex ); in request_process()
281 checked_lock( &c->c_io_mutex ); in handle_one_request()
330 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
341 checked_lock( &c->c_io_mutex ); in client_tls_handshake_cb()
480 checked_lock( &clients_mutex ); in client_init()
567 checked_lock( &clients_mutex ); in client_unlink()
607 checked_lock( &clients_mutex ); in clients_destroy()
H A Dbackend.c38 checked_lock( &b->b_mutex ); in upstream_connect_cb()
111 checked_lock( &b->b_mutex ); in upstream_name_cb()
292 checked_lock( &backend_mutex ); in backend_select()
308 checked_lock( &b->b_mutex ); in backend_select()
335 checked_lock( &c->c_io_mutex ); in backend_select()
355 checked_lock( &backend_mutex ); in backend_select()
463 checked_lock( &b->b_mutex ); in backend_connect()
572 checked_lock( &b->b_mutex ); in backend_connect()
634 checked_lock( &b->b_mutex ); in backend_reset()
688 checked_lock( &b->b_mutex ); in lload_backend_destroy()
H A Dmodule_init.c63 checked_lock( &lload_wait_mutex ); in lload_start_daemon()
111 checked_lock( &lload_wait_mutex ); in lload_back_open()
134 checked_lock( &lload_wait_mutex ); in lload_back_close()
H A Dconnection.c108 checked_lock( &c->c_io_mutex ); in handle_pdus()
146 checked_lock( &c->c_io_mutex ); in handle_pdus()
218 checked_lock( &c->c_io_mutex ); in connection_read_cb()
260 checked_lock( &c->c_io_mutex ); in connection_read_cb()
271 checked_lock( &c->c_io_mutex ); in connection_read_cb()
334 checked_lock( &c->c_io_mutex ); in connection_write_cb()
487 checked_lock( cq_mutex ); in connections_walk_last()
H A Dbind.c340 checked_lock( &op->o_link_mutex ); in request_bind()
345 checked_lock( &upstream->c_io_mutex ); in request_bind()
398 checked_lock( &b->b_mutex ); in request_bind()
426 checked_lock( &lload_pin_mutex ); in request_bind()
449 checked_lock( &b->b_mutex ); in request_bind()
454 checked_lock( &op->o_link_mutex ); in request_bind()
545 checked_lock( &upstream->c_io_mutex ); in finish_sasl_bind()
623 checked_lock( &op->o_link_mutex ); in handle_bind_response()
774 checked_lock( &op->o_link_mutex ); in handle_whoami_response()
879 checked_lock( &op->o_link_mutex ); in handle_vc_bind_response()
[all …]

123