Home
last modified time | relevance | path

Searched refs:POCDLL_API (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/win/sandbox_poc/pocdll/
Dexports.h11 #define POCDLL_API __declspec(dllexport) __cdecl macro
13 #define POCDLL_API __declspec(dllimport) __cdecl macro
20 void POCDLL_API TestFileSystem(HANDLE log);
25 void POCDLL_API TestGetHandle(HANDLE log);
31 void POCDLL_API TestThreadBombing(HANDLE log);
39 void POCDLL_API TestTakeAllCpu(HANDLE log);
45 void POCDLL_API TestUseAllMemory(HANDLE log);
51 void POCDLL_API TestCreateObjects(HANDLE log);
58 void POCDLL_API TestCloseHWND(HANDLE log);
62 void POCDLL_API TestNetworkListen(HANDLE log);
[all …]