Lines Matching refs:what
48 const char *what; in test_lock() local
57 what = "share"; in test_lock()
61 what = "dns"; in test_lock()
65 what = "cookie"; in test_lock()
75 printf("lock: double locked %s\n", what); in test_lock()
80 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter); in test_lock()
87 const char *what; in test_unlock() local
93 what = "share"; in test_unlock()
97 what = "dns"; in test_unlock()
101 what = "cookie"; in test_unlock()
111 printf("unlock: double unlocked %s\n", what); in test_unlock()
116 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter); in test_unlock()