Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de50fc1a authored by André Goddard Rosa's avatar André Goddard Rosa
Browse files

AndroidConfig: define HAVE_PTHREAD_SETNAME_NP



It indicates if the underlying libc provides pthread_setname_np().

Change-Id: Ifef7730970033e834daf2fa710919722d64673e1
Signed-off-by: default avatarAndré Goddard Rosa <andre.goddard@gmail.com>
parent f2df6bb9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@
 */
#define HAVE_PTHREADS

/*
 * Do we have pthread_setname_np()?
 */
#define HAVE_PTHREAD_SETNAME_NP

/*
 * Do we have the futex syscall?
 */