Home
last modified time | relevance | path

Searched refs:e_thread (Results 1 – 9 of 9) sorted by relevance

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dpolarregion.cc319 double e_thread = 0.0; in InteractwithPolarRegion() local
326 e_thread += ee.ApplyStaticField<PolarSegment, Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
327 e_thread += ee.ApplyInducedField<Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
329 e += e_thread; in InteractwithPolarRegion()
341 double e_thread = 0.0; in InteractwithStaticRegion() local
345 e_thread += ee.ApplyStaticField<StaticSegment, Estatic::V>(sseg, pseg); in InteractwithStaticRegion()
347 e += e_thread; in InteractwithStaticRegion()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dpolarregion.cc319 double e_thread = 0.0; in InteractwithPolarRegion() local
326 e_thread += ee.ApplyStaticField<PolarSegment, Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
327 e_thread += ee.ApplyInducedField<Estatic::V>(pseg2, pseg1); in InteractwithPolarRegion()
329 e += e_thread; in InteractwithPolarRegion()
341 double e_thread = 0.0; in InteractwithStaticRegion() local
345 e_thread += ee.ApplyStaticField<StaticSegment, Estatic::V>(sseg, pseg); in InteractwithStaticRegion()
347 e += e_thread; in InteractwithStaticRegion()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-monitor/
H A Dthread.c109 Entry *e, *e_thread; in monitor_subsys_thread_init() local
116 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
191 if ( monitor_cache_add( mi, e, e_thread ) ) { in monitor_subsys_thread_init()
201 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-monitor/
H A Dthread.c109 Entry *e, *e_thread; in monitor_subsys_thread_init() local
116 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
191 if ( monitor_cache_add( mi, e, e_thread ) ) { in monitor_subsys_thread_init()
201 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-monitor/
H A Dthread.c112 Entry *e, **ep, *e_thread; in monitor_subsys_thread_init() local
119 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
127 mp = ( monitor_entry_t * )e_thread->e_private; in monitor_subsys_thread_init()
212 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-monitor/
H A Dthread.c112 Entry *e, **ep, *e_thread; in monitor_subsys_thread_init() local
119 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
127 mp = ( monitor_entry_t * )e_thread->e_private; in monitor_subsys_thread_init()
212 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-monitor/
H A Dthread.c109 Entry *e, **ep, *e_thread; in monitor_subsys_thread_init() local
116 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
123 mp = ( monitor_entry_t * )e_thread->e_private; in monitor_subsys_thread_init()
208 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-monitor/
H A Dthread.c109 Entry *e, **ep, *e_thread; in monitor_subsys_thread_init() local
116 if ( monitor_cache_get( mi, &ms->mss_ndn, &e_thread ) ) { in monitor_subsys_thread_init()
123 mp = ( monitor_entry_t * )e_thread->e_private; in monitor_subsys_thread_init()
208 monitor_cache_release( mi, e_thread ); in monitor_subsys_thread_init()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/libs/
H A Dgstharness.c153 GstHarnessThread *e_thread = gst_harness_stress_push_event_with_cb_start (h, in GST_START_TEST() local
167 gst_harness_stress_thread_stop (e_thread); in GST_START_TEST()