SNAP Library 3.0, Developer 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
This graph shows which files directly or indirectly include this file:

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.

Referenced by TTable::UpdateFltFromTableMP().

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

Here is the caller graph for this function: