This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libclc
/
generic
/
include
/
clc
/
atomic
/
atomic_dec.h
Jeroen Ketema
c9526139bc
Remove wrong semi-colons
...
Patch by Alastair Donaldson llvm-svn: 224568
2014-12-19 09:18:23 +00:00
2 lines
39 B
C
Raw
Blame
History
#
define atomic_dec(p) atomic_sub(p, 1)
Reference in New Issue
View Git Blame
Copy Permalink