Home
last modified time | relevance | path

Searched refs:receive_thread (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/snort3/snort3-3.1.19.0/src/connectors/tcp_connector/
H A Dtcp_connector.cc207 receive_thread = new std::thread(&TcpConnector::receive_processing_thread, this); in start_receive_thread()
212 if ( receive_thread != nullptr ) in stop_receive_thread()
215 receive_thread->join(); in stop_receive_thread()
216 delete receive_thread; in stop_receive_thread()
222 receive_thread = nullptr; in TcpConnector()
H A Dtcp_connector.h85 std::thread* receive_thread; variable
/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_http.c144 long receive_thread; member
851 if (conndata->receive_thread != -1) in httpsmsc_shutdown()
852 gwthread_wakeup(conndata->receive_thread); in httpsmsc_shutdown()
980 if ((conndata->receive_thread = gwthread_create(httpsmsc_receiver, conn)) == -1) in smsc_http_create()
983 conndata->receive_thread = -1; in smsc_http_create()
H A Dsmsc_soap_parlayx.c99 long receive_thread; member
1034 if ((conndata->receive_thread = gwthread_create(httpsmsc_receiver, conn)) == -1) in smsc_soap_parlayx_create()
/dports/science/py-dlib/dlib-19.22/dlib/bridge/
H A Dbridge.h205 register_thread(*this, &impl_bridge::receive_thread); in impl_bridge()
229 register_thread(*this, &impl_bridge::receive_thread); in impl_bridge()
371 void receive_thread ( in receive_thread() function
/dports/science/dlib-cpp/dlib-19.22/dlib/bridge/
H A Dbridge.h205 register_thread(*this, &impl_bridge::receive_thread); in impl_bridge()
229 register_thread(*this, &impl_bridge::receive_thread); in impl_bridge()
371 void receive_thread ( in receive_thread() function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp60 bool receive_thread) in open() argument
72 if (receive_thread) in open()
H A Dtrp_client.hpp54 bool receive_thread = false);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp60 bool receive_thread) in open() argument
72 if (receive_thread) in open()
H A Dtrp_client.hpp54 bool receive_thread = false);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp60 bool receive_thread) in open() argument
72 if (receive_thread) in open()
H A Dtrp_client.hpp54 bool receive_thread = false);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp60 bool receive_thread) in open() argument
72 if (receive_thread) in open()
H A Dtrp_client.hpp54 bool receive_thread = false);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A Dtrp_client.cpp60 bool receive_thread) in open() argument
72 if (receive_thread) in open()
H A Dtrp_client.hpp54 bool receive_thread = false);
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dnetplay.c629 static void *receive_thread(void * data) { in receive_thread() function
838 "netplay-receive", receive_thread, NULL); in netplay_thread()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dtdclient.cpp999 td::thread receive_thread([&] { in TEST() local
1033 receive_thread.join(); in TEST()
1062 td::thread receive_thread([&] { in TEST() local
1095 receive_thread.join(); in TEST()
/dports/security/masscan/masscan-1.3.2/src/
H A Dmain.c536 receive_thread(void *v) in receive_thread() function
1350 parms->thread_handle_recv = pixie_begin_thread(receive_thread, 0, parms); in main_scan()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dnbdmain.c295 void* receive_thread(void *arg) { in receive_thread() function
744 err = lwt_minthread_create(&(nbdcp->recv_thread),0,receive_thread,nbdcp); in nbd_start()

12