SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
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 }