Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ gpcloud_id_function
Function
gpcloud_id_function
gpcontrib/gpcloud/src/gpreader.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
unsigned long gpcloud_id_function(void) {
31
return ((unsigned long)THREAD_ID);
32
}
33
34
int thread_setup(void) {
35
mutex_buf = new pthread_mutex_t[CRYPTO_num_locks()];
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68