MCPcopy Create free account
hub / github.com/Haivision/srt / ThreadSpecKeyDestroy

Method ThreadSpecKeyDestroy

srtcore/sync_posix.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 }
544
545 static void ThreadSpecKeyDestroy(void* e)
546 {
547 delete (CUDTException*)e;
548 }
549
550private:
551 pthread_key_t m_ThreadSpecKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected