Home
last modified time | relevance | path

Searched refs:ldap_pvt_thread_pool_tid (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmeta_result.c656 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_send_all_pending_ops()
705 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_return_bind_errors()
1428 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_op_read_error()
1575 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_op_handle_result()
1678 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_timeout_loop()
1736 bc->op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in asyncmeta_timeout_loop()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_pvt_thread.h339 ldap_pvt_thread_pool_tid LDAP_P(( void *ctx ));
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c1044 op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in connection_operation()
2050 op->o_tid = ldap_pvt_thread_pool_tid( ctx ); in operation_fake_init()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtpool.c1471 ldap_pvt_thread_t ldap_pvt_thread_pool_tid( void *vctx ) in ldap_pvt_thread_pool_tid() function