to be needed, I'll fix it properly.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@335
void __pthread_kill_other_threads_np ( void )
{
+ /* If we need this, implement it properly! */
+ vgPlain_unimp("__pthread_kill_other_threads_np");
+#if 0
int i, res, me;
__pthread_mutex_lock(&massacre_mx);
me = pthread_self();
printf("----------- NUKED %d\n", i);
}
__pthread_mutex_unlock(&massacre_mx);
+#endif
}
void __pthread_kill_other_threads_np ( void )
{
+ /* If we need this, implement it properly! */
+ vgPlain_unimp("__pthread_kill_other_threads_np");
+#if 0
int i, res, me;
__pthread_mutex_lock(&massacre_mx);
me = pthread_self();
printf("----------- NUKED %d\n", i);
}
__pthread_mutex_unlock(&massacre_mx);
+#endif
}
void __pthread_kill_other_threads_np ( void )
{
+ /* If we need this, implement it properly! */
+ vgPlain_unimp("__pthread_kill_other_threads_np");
+#if 0
int i, res, me;
__pthread_mutex_lock(&massacre_mx);
me = pthread_self();
printf("----------- NUKED %d\n", i);
}
__pthread_mutex_unlock(&massacre_mx);
+#endif
}