Home
last modified time | relevance | path

Searched refs:socket_thread (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_socket_win.cc83 scoped_refptr<device::BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
87 new BluetoothSocketWin(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
92 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketWin() argument
93 : BluetoothSocketNet(ui_task_runner, socket_thread), in BluetoothSocketWin()
128 socket_thread()->task_runner()->PostTask( in Connect()
148 socket_thread()->task_runner()->PostTask( in Listen()
168 socket_thread()->task_runner()->PostTask( in Accept()
176 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoConnect()
234 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoListen()
336 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoAccept()
[all …]
H A Dbluetooth_device_win_unittest.cc49 scoped_refptr<BluetoothSocketThread> socket_thread( in BluetoothDeviceWinTest() local
70 ui_task_runner, socket_thread)); in BluetoothDeviceWinTest()
77 ui_task_runner, socket_thread)); in BluetoothDeviceWinTest()
H A Dbluetooth_socket_win.h36 scoped_refptr<BluetoothSocketThread> socket_thread);
71 scoped_refptr<BluetoothSocketThread> socket_thread);
H A Dbluetooth_socket_net.h45 scoped_refptr<BluetoothSocketThread> socket_thread);
57 scoped_refptr<BluetoothSocketThread> socket_thread() const { in socket_thread() function
H A Dbluetooth_socket_net.cc32 const scoped_refptr<device::BluetoothSocketThread>& socket_thread) { in DeactivateSocket() argument
33 socket_thread->OnSocketDeactivate(); in DeactivateSocket()
47 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketNet() argument
49 socket_thread_(socket_thread) { in BluetoothSocketNet()
H A Dbluetooth_device_win.cc37 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothDeviceWin() argument
40 socket_thread_(std::move(socket_thread)) { in BluetoothDeviceWin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_socket_win.cc82 scoped_refptr<device::BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
86 new BluetoothSocketWin(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
91 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketWin() argument
92 : BluetoothSocketNet(ui_task_runner, socket_thread), in BluetoothSocketWin()
128 socket_thread()->task_runner()->PostTask( in Connect()
148 socket_thread()->task_runner()->PostTask( in Listen()
169 socket_thread()->task_runner()->PostTask( in Accept()
177 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoConnect()
235 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoListen()
337 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoAccept()
[all …]
H A Dbluetooth_device_win_unittest.cc49 scoped_refptr<BluetoothSocketThread> socket_thread( in BluetoothDeviceWinTest() local
70 ui_task_runner, socket_thread)); in BluetoothDeviceWinTest()
77 ui_task_runner, socket_thread)); in BluetoothDeviceWinTest()
H A Dbluetooth_socket_win.h36 scoped_refptr<BluetoothSocketThread> socket_thread);
71 scoped_refptr<BluetoothSocketThread> socket_thread);
H A Dbluetooth_socket_net.cc31 const scoped_refptr<device::BluetoothSocketThread>& socket_thread) { in DeactivateSocket() argument
32 socket_thread->OnSocketDeactivate(); in DeactivateSocket()
46 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketNet() argument
48 socket_thread_(socket_thread) { in BluetoothSocketNet()
H A Dbluetooth_socket_net.h45 scoped_refptr<BluetoothSocketThread> socket_thread);
57 scoped_refptr<BluetoothSocketThread> socket_thread() const { in socket_thread() function
H A Dbluetooth_device_win.cc35 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothDeviceWin() argument
38 socket_thread_(std::move(socket_thread)) { in BluetoothDeviceWin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/bluez/
H A Dbluetooth_socket_bluez.cc61 scoped_refptr<BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
65 new BluetoothSocketBlueZ(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
79 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketBlueZ() argument
80 : BluetoothSocketNet(ui_task_runner, socket_thread), profile_(nullptr) {} in BluetoothSocketBlueZ()
364 socket_thread()->task_runner()->PostTask( in NewConnection()
431 socket_thread()); in AcceptConnectionRequest()
437 socket_thread()->task_runner()->PostTask( in AcceptConnectionRequest()
451 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoNewConnection()
H A Dbluetooth_socket_bluez.h42 scoped_refptr<device::BluetoothSocketThread> socket_thread);
82 scoped_refptr<device::BluetoothSocketThread> socket_thread);
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/bluez/
H A Dbluetooth_socket_bluez.cc61 scoped_refptr<BluetoothSocketThread> socket_thread) { in CreateBluetoothSocket() argument
65 new BluetoothSocketBlueZ(ui_task_runner, socket_thread)); in CreateBluetoothSocket()
79 scoped_refptr<BluetoothSocketThread> socket_thread) in BluetoothSocketBlueZ() argument
80 : BluetoothSocketNet(ui_task_runner, socket_thread), profile_(nullptr) {} in BluetoothSocketBlueZ()
373 socket_thread()->task_runner()->PostTask( in NewConnection()
440 socket_thread()); in AcceptConnectionRequest()
446 socket_thread()->task_runner()->PostTask( in AcceptConnectionRequest()
460 DCHECK(socket_thread()->task_runner()->RunsTasksInCurrentSequence()); in DoNewConnection()
H A Dbluetooth_socket_bluez.h42 scoped_refptr<device::BluetoothSocketThread> socket_thread);
82 scoped_refptr<device::BluetoothSocketThread> socket_thread);
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Dsocket.hpp162 class socket_thread;
211 friend class socket_thread;
224 socket_thread* socket_thread_{};
287 friend class socket_thread;
447 friend class socket_thread;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/mISDN/
H A Dl1oip_core.c743 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
757 if (hc->socket_thread) { in l1oip_socket_close()
761 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
785 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
787 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
788 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
791 hc->socket_thread = NULL; in l1oip_socket_open()
1243 if (hc->socket_thread) in release_card()
H A Dl1oip.h72 struct task_struct *socket_thread; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/mISDN/
H A Dl1oip_core.c743 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
757 if (hc->socket_thread) { in l1oip_socket_close()
761 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
785 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
787 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
788 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
791 hc->socket_thread = NULL; in l1oip_socket_open()
1243 if (hc->socket_thread) in release_card()
H A Dl1oip.h72 struct task_struct *socket_thread; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/mISDN/
H A Dl1oip_core.c743 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
757 if (hc->socket_thread) { in l1oip_socket_close()
761 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
785 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
787 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
788 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
791 hc->socket_thread = NULL; in l1oip_socket_open()
1243 if (hc->socket_thread) in release_card()
H A Dl1oip.h72 struct task_struct *socket_thread; member
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-outputs/
H A Drtmp-stream.h122 pthread_t socket_thread; member
/dports/emulators/hercules/hercules-3.13/
H A Dsockdev.c391 void* socket_thread( void* arg ) in socket_thread() function
520 socket_thread, NULL, "socket_thread" ) ) in bind_device_ex()

12