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 ValueCondition
EINVALInvalid argument.


MULTI-THREAD SAFETY LEVEL

MT-safe.


SEE ALSO

Functions:
coreThreadStart() coreThreadStop() coreThreadStopJoin() coreThreadAttach() coreThreadDettach() coreThreadSocketAdd() corehThread() corepThread() corepThread2()