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 D | 4-3.c | 106 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 D | 3-3.c | 81 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 D | 8-1.c | 79 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 D | 14-1.c | 48 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 D | 2-1.c | 79 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 D | 6-3.c | 50 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 D | 6-1.c | 78 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 D | 5-1.c | 80 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 D | 18-1.c | 79 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 D | 4-3.c | 56 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 D | 3-1.c | 83 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