SNAP Library 3.0, User Reference  2016-07-20 17:56:49
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 4147 of file table.cpp.

4147  {
4148  return(__sync_bool_compare_and_swap(lock, 0, 1));
4149 }