HomeSort by: relevance | last modified time | path
    Searched defs:__dll_thunk_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 72 extern "C" int __dll_thunk_init() { function in typeref:typename:int
74 // __dll_thunk_init is expected to be called by only one thread.
91 __dll_thunk_init;
95 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();
sanitizer_win_dll_thunk.cc 72 extern "C" int __dll_thunk_init() { function in typeref:typename:int
74 // __dll_thunk_init is expected to be called by only one thread.
91 __dll_thunk_init;
95 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();

Completed in 48 milliseconds