Merge "Add a HAVE define for pthread_setname_np()." into gingerbread
This commit is contained in:
commit
57dbb2cb37
3 changed files with 24 additions and 3 deletions
|
|
@ -41,10 +41,17 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_PTHREADS
|
#define HAVE_PTHREADS
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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?
|
* Do we have the futex syscall?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HAVE_FUTEX
|
#define HAVE_FUTEX
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,17 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_PTHREADS
|
#define HAVE_PTHREADS
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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?
|
* Do we have the futex syscall?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HAVE_FUTEX
|
#define HAVE_FUTEX
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,17 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_PTHREADS
|
#define HAVE_PTHREADS
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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?
|
* Do we have the futex syscall?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HAVE_FUTEX
|
#define HAVE_FUTEX
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue