MCPcopy Create free account
hub / github.com/acl-dev/acl / LOCK_TABLE_READ

Function LOCK_TABLE_READ

lib_acl/src/stdlib/common/acl_htable.c:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369#ifdef ACL_BCB_COMPILER
370static void LOCK_TABLE_READ(const ACL_HTABLE *table)
371{
372 if (table->rwlock && _RWLOCK_RDLOCK(table->rwlock) != 0) {
373 acl_msg_fatal("%s(%d): read lock error", __FILE__, __LINE__);
374 }
375}
376
377static void LOCK_TABLE_WRITE(const ACL_HTABLE *table)
378{

Callers 5

acl_htable_lock_readFunction · 0.85
acl_htable_find_rFunction · 0.85
acl_htable_locate_rFunction · 0.85
acl_htable_walkFunction · 0.85
acl_htable_statFunction · 0.85

Calls 1

acl_msg_fatalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…