Displaying 3 results from an estimated 3 matches for "atomic_add_32".
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
...gt;< static uint_t upages_locked = 0;
> >---
> >
> >
> >>static uint32_t upages_locked = 0;
> >>
> >>
> >102c102
> >< atomic_inc_uint(&upages_locked);
> >---
> >
> >
> >> atomic_add_32(&upages_locked, 1);
> >>
> >>
> >141c141
> >< atomic_inc_uint(&upages_locked);
> >---
> >
> >
> >> atomic_add_32(&upages_locked, 1);
> >>
> >>
> >158c158
> ><...
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all
I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work.
MAKE
---
-bash-3.00# make install
cp kqemu-solaris-i386 kqemu
/usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu
new owner is root
kqemu installed as /usr/kernel/drv/kqemu
cp kqemu-solaris-x86_64 kqemu
/usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu
new owner is
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok
Checking for header net/if.h : yes
Checking for HAVE_IPV6 : ok
Checking whether we have ucontext_t : ok
Checking for __sync_fetch_and_add compiler builtin : ok
Checking for atomic_add_32 compiler builtin : not found
Checking for fallthrough attribute : not found
Checking for strdup : ok
Checking for memmem : ok
Checking for printf...