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

/ast/src/cmd/tests/vmalloc/
H A Dtsafemalloc.c91 pthread_t th[N_THREAD]; local
101 { if((rv = pthread_create(&th[i], NULL, allocate, (void*)((long)i))) != 0 )
107 { if((rv = pthread_join(th[i], &status)) != 0 )

Completed in 9 milliseconds