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

Function acl_htable_lock_read

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

Source from the content-addressed store, hash-verified

414#endif
415
416void acl_htable_lock_read(ACL_HTABLE *table)
417{
418 LOCK_TABLE_READ(table);
419}
420
421void acl_htable_lock_write(ACL_HTABLE *table)
422{

Callers

nothing calls this directly

Calls 1

LOCK_TABLE_READFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…