Home
last modified time | relevance | path

Searched refs:posix_seq_srand (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h344 posix_seq_srand(unsigned seed);
/mOS-networking-stack/core/src/
H A Dtcp_stream.c54 posix_seq_srand(unsigned seed) { in posix_seq_srand() function
H A Dcore.c1085 posix_seq_srand((unsigned)pthread_self()); in InitializeMTCPManager()