Searched defs:rtThreadKeyDestruct (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dthread-posix.cpp119 static void rtThreadKeyDestruct(void *pvValue);
185 int rc = pthread_key_create(&g_SelfKey, rtThreadKeyDestruct);
234 static void rtThreadKeyDestruct(void *pvValue) function

Completed in 42 milliseconds