MCPcopy 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
30unsigned long gpcloud_id_function(void) {
31 return ((unsigned long)THREAD_ID);
32}
33
34int thread_setup(void) {
35 mutex_buf = new pthread_mutex_t[CRYPTO_num_locks()];

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68