Lines Matching refs:who
103 static void all__sanity_check ( Char* who ); /* fwds */
728 static void laog__sanity_check ( Char* who ); /* fwds */
811 static void threads__sanity_check ( Char* who )
838 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
846 static void locks__sanity_check ( Char* who )
904 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
910 static void all_except_Locks__sanity_check ( Char* who ) {
912 if (0) VG_(printf)("all_except_Locks__sanity_check(%s)\n", who);
913 threads__sanity_check(who);
915 laog__sanity_check(who);
917 static void all__sanity_check ( Char* who ) {
918 all_except_Locks__sanity_check(who);
919 locks__sanity_check(who);
2212 // Anybody who writes code that signals on a CV without holding
3313 static void laog__show ( Char* who ) {
3318 VG_(printf)("laog (requested by %s) {\n", who);
3577 static void laog__sanity_check ( Char* who ) {
3611 VG_(printf)("laog__sanity_check(%s) FAILED\n", who);
3612 laog__show(who);
4842 /* char* who */
4843 HChar* who = (HChar*)args[1];
4847 tl_assert( who );
4848 tl_assert( VG_(strlen)(who) <= 50 );
4849 VG_(sprintf)(buf, "Unimplemented client request macro \"%s\"", who );