weak_alias (__pwrite64, pwrite64)
weak_alias(__fork, fork)
-
+weak_alias (__pthread_kill_other_threads_np, pthread_kill_other_threads_np)
/*--------------------------------------------------*/
// { vgPlain_unimp("pthread_attr_setstacksize"); }
__attribute__((weak)) void pthread_getconcurrency ( void )
{ vgPlain_unimp("pthread_getconcurrency"); }
-__attribute__((weak)) void pthread_kill_other_threads_np ( void )
- { vgPlain_unimp("pthread_kill_other_threads_np"); }
+//__attribute__((weak)) void pthread_kill_other_threads_np ( void )
+// { vgPlain_unimp("pthread_kill_other_threads_np"); }
__attribute__((weak)) void pthread_mutexattr_getkind_np ( void )
{ vgPlain_unimp("pthread_mutexattr_getkind_np"); }
__attribute__((weak)) void pthread_mutexattr_getpshared ( void )
/* Stack size for a thread. We try and check that they do not go
beyond it. */
-#define VG_PTHREAD_STACK_SIZE 65536
+#define VG_PTHREAD_STACK_SIZE (1 << 20)
/* Number of entries in the semaphore-remapping table. */
#define VG_N_SEMAPHORES 50
weak_alias (__pwrite64, pwrite64)
weak_alias(__fork, fork)
-
+weak_alias (__pthread_kill_other_threads_np, pthread_kill_other_threads_np)
/*--------------------------------------------------*/
// { vgPlain_unimp("pthread_attr_setstacksize"); }
__attribute__((weak)) void pthread_getconcurrency ( void )
{ vgPlain_unimp("pthread_getconcurrency"); }
-__attribute__((weak)) void pthread_kill_other_threads_np ( void )
- { vgPlain_unimp("pthread_kill_other_threads_np"); }
+//__attribute__((weak)) void pthread_kill_other_threads_np ( void )
+// { vgPlain_unimp("pthread_kill_other_threads_np"); }
__attribute__((weak)) void pthread_mutexattr_getkind_np ( void )
{ vgPlain_unimp("pthread_mutexattr_getkind_np"); }
__attribute__((weak)) void pthread_mutexattr_getpshared ( void )
/* Stack size for a thread. We try and check that they do not go
beyond it. */
-#define VG_PTHREAD_STACK_SIZE 65536
+#define VG_PTHREAD_STACK_SIZE (1 << 20)
/* Number of entries in the semaphore-remapping table. */
#define VG_N_SEMAPHORES 50
weak_alias (__pwrite64, pwrite64)
weak_alias(__fork, fork)
-
+weak_alias (__pthread_kill_other_threads_np, pthread_kill_other_threads_np)
/*--------------------------------------------------*/
// { vgPlain_unimp("pthread_attr_setstacksize"); }
__attribute__((weak)) void pthread_getconcurrency ( void )
{ vgPlain_unimp("pthread_getconcurrency"); }
-__attribute__((weak)) void pthread_kill_other_threads_np ( void )
- { vgPlain_unimp("pthread_kill_other_threads_np"); }
+//__attribute__((weak)) void pthread_kill_other_threads_np ( void )
+// { vgPlain_unimp("pthread_kill_other_threads_np"); }
__attribute__((weak)) void pthread_mutexattr_getkind_np ( void )
{ vgPlain_unimp("pthread_mutexattr_getkind_np"); }
__attribute__((weak)) void pthread_mutexattr_getpshared ( void )