SNAP Library 4.0, User Reference  2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
table.cpp File Reference

Go to the source code of this file.

Functions

int sync_bool_compare_and_swap (int *lock)
 

Function Documentation

int sync_bool_compare_and_swap ( int *  lock)

Definition at line 4170 of file table.cpp.

4170  {
4171  return(__sync_bool_compare_and_swap(lock, 0, 1));
4172 }