CAEN Utility  2.0.2
Utilities for CAEN projects
Safe versions of recv() and send() with mutex locking
Collaboration diagram for Safe versions of recv() and send() with mutex locking:

Functions

c_ssize_t c_recv_unlock (c_socket_t *sckt, void *buffer, size_t totSize)
 
c_ssize_t c_send_lock (c_socket_t *sckt, const void *buffer, size_t totSize)
 

Detailed Description

Function Documentation

◆ c_recv_unlock()

c_ssize_t c_recv_unlock ( c_socket_t sckt,
void *  buffer,
size_t  totSize 
)

Definition at line 213 of file CAENSocket.c.

Here is the call graph for this function:

◆ c_send_lock()

c_ssize_t c_send_lock ( c_socket_t sckt,
const void *  buffer,
size_t  totSize 
)

Definition at line 270 of file CAENSocket.c.

Here is the call graph for this function: