Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c106 static unsigned long count_ope = 0; variable
245 count_ope++; in test()
247 ret = pthread_mutex_trylock(&mtx[count_ope % (NSCENAR + 2)]); in test()
255 ret = pthread_mutex_trylock(&mtx[count_ope % (NSCENAR + 2)]); in test()
262 [count_ope % (NSCENAR + 2)]); in test()
272 ret = pthread_mutex_unlock(&mtx[count_ope % (NSCENAR + 2)]); in test()
384 output(" %d mutex locks.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c81 static unsigned long count_ope = 0; variable
187 count_ope++; in test()
298 output(" %d operations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c79 static unsigned long count_ope = 0; variable
170 count_ope++; in test()
295 output(" %d operations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D14-1.c48 static unsigned long count_ope; variable
216 count_ope += NSCENAR; in main_loop()
232 output(" %d thread creations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D2-1.c79 static unsigned long count_ope = 0; variable
164 count_ope++; in test()
271 output(" %d thread comparison.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D6-3.c50 static unsigned long count_ope; variable
150 count_ope++; in test()
263 output(" %d pthread_join calls.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D6-1.c78 static unsigned long count_ope = 0; variable
180 count_ope++; in test()
311 output(" %d initializations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c80 static unsigned long count_ope = 0; variable
179 count_ope++; in test()
295 output(" %d operations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c79 static unsigned long count_ope = 0; variable
181 count_ope++; in test()
310 output(" %d operations.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c56 static unsigned long count_ope; variable
298 count_ope += NSCENAR; in main_loop()
345 output(" %d thread detached.\n", count_ope); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c83 static unsigned long count_ope = 0; variable
239 count_ope++; in threaded()
366 output(" %d mutex lock and unlock were done.\n", count_ope); in main()

Completed in 6 milliseconds