Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drecvmsg.c503 pthread_t cthread; in main() local
530 if (pthread_create(&cthread, NULL, client, NULL) == -1) in main()
535 if (pthread_join(cthread, NULL) != 0) in main()