Searched refs:empty (Results 1 – 1 of 1) sorted by relevance
349 int empty = 0; in main() local437 err = pthread_create (&ths[empty], &attr, thread_function, in main()442 if (++empty == last) in main()443 empty = 0; in main()
Completed in 4 milliseconds