Home
last modified time | relevance | path

Searched refs:indice (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/misc/math/float/
H A Dmain.c65 int indice = 0; /* # of threads created, to be canceled by handle_signals variable
230 indice = 0; in main()
254 retval = pthread_create(&threads[indice], &newattr, in main()
258 indice++; in main()
275 indice); in main()
279 for (th_num = 0; th_num < indice; th_num++) { in main()
377 for (thd = 0; thd < indice; thd++) { in handle_signals()
382 "%d)", thd, indice); in handle_signals()

Completed in 2 milliseconds