Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcfsocketnotifier.cpp File Reference

(aa37e67ef7f5ff22da0ef95fb5221bc1fff9b3ca)

#include "qcfsocketnotifier_p.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qsocketnotifier.h>
#include <QtCore/qthread.h>
+ Include dependency graph for qcfsocketnotifier.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE void qt_mac_socket_callback (CFSocketRef s, CFSocketCallBackType callbackType, CFDataRef, const void *data, void *info)
 
CFRunLoopSourceRef qt_mac_add_socket_to_runloop (const CFSocketRef socket)
 
void qt_mac_remove_socket_from_runloop (const CFSocketRef socket, CFRunLoopSourceRef runloop)
 

Function Documentation

◆ qt_mac_add_socket_to_runloop()

CFRunLoopSourceRef qt_mac_add_socket_to_runloop ( const CFSocketRef socket)

Definition at line 55 of file qcfsocketnotifier.cpp.

References socket.

◆ qt_mac_remove_socket_from_runloop()

void qt_mac_remove_socket_from_runloop ( const CFSocketRef socket,
CFRunLoopSourceRef runloop )

Definition at line 68 of file qcfsocketnotifier.cpp.

References Q_ASSERT, and socket.

◆ qt_mac_socket_callback()

QT_BEGIN_NAMESPACE void qt_mac_socket_callback ( CFSocketRef s,
CFSocketCallBackType callbackType,
CFDataRef ,
const void * data,
void * info )

Definition at line 14 of file qcfsocketnotifier.cpp.