Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ RG_Matrix_Unlock
Function
RG_Matrix_Unlock
src/graph/rg_matrix/rg_matrix.c:82–88 ·
view source on GitHub ↗
unlocks the matrix
Source
from the content-addressed store, hash-verified
80
81
// unlocks the matrix
82
void RG_Matrix_Unlock
83
(
84
RG_Matrix C
85
) {
86
ASSERT(C);
87
pthread_mutex_unlock(&C->mutex);
88
}
89
90
GrB_Info RG_Matrix_nrows
91
(
Callers
1
_MatrixSynchronize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected