[Openmp-commits] [openmp] [OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (PR #82930)
Rainer Orth via Openmp-commits
openmp-commits at lists.llvm.org
Sun Feb 25 22:13:26 PST 2024
rorth wrote:
You can. See `threads(7)`:
```
NAME
threads, pthreads - POSIX pthreads and Solaris threads concepts
SYNOPSIS
POSIX
#include <pthread.h>
Solaris
#include <sched.h>
#include <thread.h>
DESCRIPTION
POSIX and Solaris threads each have their own implementation within
libc(3LIB). Both implementations are interoperable, their functionality
similar, and can be used within the same application. Only POSIX
```
https://github.com/llvm/llvm-project/pull/82930
More information about the Openmp-commits
mailing list