mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Make use of pthread_set_name_np(3) on FreeBSD.
This commit is contained in:
parent
936bc2aa15
commit
ceba1dde27
2 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,9 @@
|
|||
# include <sys/uio.h>
|
||||
# endif
|
||||
# include <pthread.h>
|
||||
# ifdef __FreeBSD__
|
||||
# include <pthread_np.h>
|
||||
# endif
|
||||
# include <signal.h>
|
||||
# ifdef JEMALLOC_OS_UNFAIR_LOCK
|
||||
# include <os/lock.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue