| << Prev | appCORE Programming Guide | Next >> |
NAME
coreThreadSocketRemove() -- disassociate a socket from a thread.
SYNOPSIS
include "appcore.h" corehTHR_t coreThreadSocketRemove( corehCHAN_t* )
DESCRIPTION
The coreThreadSocketRemove() function removes the socket associated with the channel handle from the thread's IO processing.
PARAMETERS
h The socket handle returned by coreThreadSocketAdd().
RETURN VALUE
If successful, coreThreadSocketRemove() returns ..
| errno Value | Condition |
| EINVAL | Invalid argument. |
MULTI-THREAD SAFETY LEVEL
MT-safe.
SEE ALSO
| << Prev | appCORE Programming Guide | Next >> |