MCPcopy Create free account
hub / github.com/apache/cloudberry / pthread_self

Function pthread_self

src/interfaces/libpq/pthread-win32.c:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "pthread-win32.h"
16
17DWORD
18pthread_self(void)
19{
20 return GetCurrentThreadId();
21}
22
23void
24pthread_setspecific(pthread_key_t key, void *val)

Callers 12

InitProcessIdFunction · 0.85
CdbProgramErrorHandlerFunction · 0.85
PostgresMainFunction · 0.85
GPMemoryProtect_InitFunction · 0.85
AllocSetAllocFunction · 0.85
AllocSetReallocFunction · 0.85
MemProtTestSetupFunction · 0.85
write_logFunction · 0.85
pq_threadidcallbackFunction · 0.85
MaskThreadSignalsFunction · 0.85
UploadThreadFuncMethod · 0.85

Calls

no outgoing calls

Tested by 1

MemProtTestSetupFunction · 0.68