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

Commit 57dbb2cb authored by Andy McFadden's avatar Andy McFadden Committed by Android (Google) Code Review
Browse files

Merge "Add a HAVE define for pthread_setname_np()." into gingerbread

parents cc4d11c2 8e9d5c97
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -42,9 +42,16 @@
#define HAVE_PTHREADS
#define HAVE_PTHREADS


/*
/*
 * Do we have the futex syscall?
 * Do we have pthread_setname_np()?
 *
 * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with
 * the same name but different parameters, so we can't use that here.)
 */
 */
#define HAVE_ANDROID_PTHREAD_SETNAME_NP


/*
 * Do we have the futex syscall?
 */
#define HAVE_FUTEX
#define HAVE_FUTEX


/*
/*
+8 −1
Original line number Original line Diff line number Diff line
@@ -42,9 +42,16 @@
#define HAVE_PTHREADS
#define HAVE_PTHREADS


/*
/*
 * Do we have the futex syscall?
 * Do we have pthread_setname_np()?
 *
 * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with
 * the same name but different parameters, so we can't use that here.)
 */
 */
#define HAVE_ANDROID_PTHREAD_SETNAME_NP


/*
 * Do we have the futex syscall?
 */
#define HAVE_FUTEX
#define HAVE_FUTEX


/*
/*
+8 −1
Original line number Original line Diff line number Diff line
@@ -28,9 +28,16 @@
#define HAVE_PTHREADS
#define HAVE_PTHREADS


/*
/*
 * Do we have the futex syscall?
 * Do we have pthread_setname_np()?
 *
 * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with
 * the same name but different parameters, so we can't use that here.)
 */
 */
#define HAVE_ANDROID_PTHREAD_SETNAME_NP


/*
 * Do we have the futex syscall?
 */
#define HAVE_FUTEX
#define HAVE_FUTEX


/*
/*