This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reentrancy On NDK functions.

Hello there:

Does anyone know if common functions in the NDK module support reentrancy?

More specifically:

- accept(), bind(), connect(), listen(), recv(), recvfrom(), send(), sendto(), socket() and fdSelect() and fdClose().

Thank you;

Gabriel Quintana