src/os/linux/vm/os_linux.hpp

changeset 9676
bf1c9a3312a4
parent 9599
1485461a0fd1
child 9703
2fdf635bcf28
     1.1 --- a/src/os/linux/vm/os_linux.hpp	Fri May 17 07:44:31 2019 +0100
     1.2 +++ b/src/os/linux/vm/os_linux.hpp	Mon Oct 13 22:11:39 2014 +0200
     1.3 @@ -56,6 +56,7 @@
     1.4  
     1.5    static int (*_clock_gettime)(clockid_t, struct timespec *);
     1.6    static int (*_pthread_getcpuclockid)(pthread_t, clockid_t *);
     1.7 +  static int (*_pthread_setname_np)(pthread_t, const char*);
     1.8  
     1.9    static address   _initial_thread_stack_bottom;
    1.10    static uintptr_t _initial_thread_stack_size;

mercurial