Lines Matching full:then

24 	if [ "$(id -u)" != 0 ]; then
30 if ! perf list | grep -q lock:contention_begin; then
43 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
54 if ! perf lock con -b true > /dev/null 2>&1 ; then
61 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
73 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
84 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
90 if ! perf lock con -b true > /dev/null 2>&1 ; then
96 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
107 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
113 if ! perf lock con -b true > /dev/null 2>&1 ; then
119 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
130 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then
136 if ! perf lock con -b true > /dev/null 2>&1 ; then
141 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then
152 if [ "$(grep -c tasklist_lock "${result}")" != "1" ]; then
162 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then
168 if ! perf lock con -b true > /dev/null 2>&1 ; then
173 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then
184 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then
190 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
196 if ! perf lock con -b true > /dev/null 2>&1 ; then
201 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
212 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then
218 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
224 if ! perf lock con -b true > /dev/null 2>&1 ; then
229 if [ "$(cat "${result}" | wc -l)" != "1" ]; then
243 if [ "${header}" != "5" ]; then
250 if [ "${header}" != "${output}" ]; then
256 if ! perf lock con -b true > /dev/null 2>&1 ; then
264 if [ "${header}" != "${output}" ]; then