MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / close

Method close

src/library/fft_binary_lookup.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void FFTBinaryLookup::CacheEntry::close()
103{
104#ifdef _WIN32
105 CloseHandle(this->m_handle);
106#else
107 ::close(*(int*)this->m_handle);
108 //delete (int*)this->m_handle;
109#endif
110}
111
112bool FFTBinaryLookup::CacheEntry::successful_creation()
113{

Callers 3

tryLoadCacheFileMethod · 0.80
writeCacheFileMethod · 0.80
~tofstreamRAIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected