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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads2.exp22 set X_INCR_COUNT 10
30 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "additional_flags=-DNR_THREADS=$NR_THREADS -DX_INCR_COUNT=$X_INCR_COUNT"]] != "" } {
90 # X is incremented under a mutex, so we should get NR_THREADS * X_INCR_COUNT
92 set limit [expr $NR_THREADS*$X_INCR_COUNT]
H A Dwatchthreads2.c32 #ifndef X_INCR_COUNT
33 #define X_INCR_COUNT 10 macro
103 for (i = 0; i < X_INCR_COUNT; ++i)
H A Dwp-replication.c35 #ifndef X_INCR_COUNT
36 #define X_INCR_COUNT 10 /* Set by the testcase. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads2.exp22 set X_INCR_COUNT 10
32 if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug "additional_flags=-DNR_THREADS=$NR_THREADS -DX_INCR_COUNT=$X_INCR_COUNT"]] != "" } {
89 # X is incremented under a mutex, so we should get NR_THREADS * X_INCR_COUNT
91 set limit [expr $NR_THREADS*$X_INCR_COUNT]
H A Dwatchthreads2.c32 #ifndef X_INCR_COUNT
33 #define X_INCR_COUNT 10 macro
103 for (i = 0; i < X_INCR_COUNT; ++i)
H A Dwp-replication.c35 #ifndef X_INCR_COUNT
36 #define X_INCR_COUNT 10 /* Set by the testcase. */ macro

Completed in 187 milliseconds