Searched defs:bBlockingAllowed (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Daccept.c23 @param [in] bBlockingAllowed TRUE if this is a blocking call
37 BOOLEAN bBlockingAllowed,
65 bBlocking &= bBlockingAllowed;
35 AcceptWork( int s, BOOLEAN bBlockingAllowed, struct sockaddr * address, socklen_t * address_len ) argument

Completed in 32 milliseconds