SNAP Library 6.0, Developer 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
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 4170 of file table.cpp.

Referenced by TTable::UpdateFltFromTableMP().

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

Here is the caller graph for this function: