X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fcommon%2Fthread-id.h;h=14e89b2dfee18ba60e2488af6c357969293bdcb6;hb=249bf47f2ccfb41991c9417d1e80058695e812f6;hp=9378edcf2ce9246f12f0260eaf294ad2de1ceaf2;hpb=f018edde053ab8a4c16ea89433ff25c60d002c67;p=urcu.git diff --git a/tests/common/thread-id.h b/tests/common/thread-id.h index 9378edc..14e89b2 100644 --- a/tests/common/thread-id.h +++ b/tests/common/thread-id.h @@ -43,6 +43,14 @@ unsigned long urcu_get_thread_id(void) { return (unsigned long) pthread_getthreadid_np(); } +#elif defined(__sun__) || defined(__APPLE__) +#include + +static inline +unsigned long urcu_get_thread_id(void) +{ + return (unsigned long) pthread_self(); +} #else # warning "use pid as thread ID" static inline