search for: pthread_np

Displaying 6 results from an estimated 6 matches for "pthread_np".

2014 Feb 27
3
[LLVMdev] Future of the LLVM OpenMP runtime
On 26/02/2014 09:03, David Chisnall wrote: > On 25 Feb 2014, at 23:13, Alp Toker <alp at nuanti.com> wrote: > >> Now that we've kick-started the LLVM OpenMP runtime discussion, I want to make a concrete proposal to get a test suite up and running for the LLVM OpenMP runtime. I don't think the current setup as an LLVM subproject is sustainable going forward without some
2014 Feb 27
3
[LLVMdev] Future of the LLVM OpenMP runtime
> What's needed for CPU affinity? We expose his via pthread_attr_setaffinity_np() in <pthread_np.h> - > does the runtime need anything more from the interface, or was this support just not yet a high > priority for you? I'd be happy to help with this support. The Linux code uses the sched_{get,set}affinity calls directly, rather than via the pthread veneer. It can also parse /...
2010 May 20
1
Patching wine -- 64bits
...n... all the packages that i heard about for 32bits compatibility. I got this error: Code: checking for linux/ipx.h... yes checking for linux/irda.h... yes checking for mach-o/dyld_images.h... no checking for resolv.h... yes checking for ucontext.h... yes checking for sys/thr.h... no checking for pthread_np.h... no checking for linux/videodev.h... yes checking for linux/capi.h... yes checking for ldd... /usr/bin/ldd checking whether we can build a GNU style ELF dll... yes checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes checking whether the compiler supports -fPIC -...
2010 Dec 14
1
"Problem in Installing wine"
Hi, I had redhat linux2.6.18-164.el5 x86_64 bit machine.I tried to install wine-1.2-rc1 and got the following error: checking for sys/thr.h... no checking for pthread_np.h... no checking for linux/videodev.h... yes checking for linux/capi.h... yes checking for ldd... /usr/bin/ldd checking whether we can build a GNU style ELF dll... yes checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes checking whether the compiler supports -fPIC -...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...netinet/icmp_var.h... no checking for netinet/tcp_var.h... no checking for linux/ipx.h... yes checking for linux/irda.h... yes checking for mach-o/dyld_images.h... no checking for resolv.h... yes checking for ifaddrs.h... yes checking for ucontext.h... yes checking for sys/thr.h... no checking for pthread_np.h... no checking for linux/videodev.h... no checking for linux/videodev2.h... yes checking for linux/capi.h... yes checking for ldd... /usr/bin/ldd checking whether we can build a GNU style ELF dll... yes checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes checking...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...netinet/icmp_var.h... yes checking for netinet/tcp_var.h... yes checking for linux/ipx.h... no checking for linux/irda.h... no checking for mach-o/dyld_images.h... yes checking for resolv.h... yes checking for ifaddrs.h... yes checking for ucontext.h... no checking for sys/thr.h... no checking for pthread_np.h... no checking for linux/videodev.h... no checking for linux/capi.h... no checking for ldd... true checking for AUGraphAddNode... yes checking for IOHIDManagerCreate... yes checking whether 16-bit code can be built correctly... yes checking for i686-w64-mingw32-gcc... no checking for i586-w64-min...