Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/
H A Dunp_connect_thread_uaf.c63 try_to_connect(char* path) in try_to_connect() function
116 if (pthread_create(&runner1, 0, (void*)try_to_connect, path1)) { in test_unp_connect_multithread()
120 if (pthread_create(&runner2, 0, (void*)try_to_connect, path2)) { in test_unp_connect_multithread()