From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/namespacearmnn_utils_1_1_processes.xhtml | 143 +++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 20.02/namespacearmnn_utils_1_1_processes.xhtml (limited to '20.02/namespacearmnn_utils_1_1_processes.xhtml') diff --git a/20.02/namespacearmnn_utils_1_1_processes.xhtml b/20.02/namespacearmnn_utils_1_1_processes.xhtml new file mode 100644 index 0000000000..33fe94492d --- /dev/null +++ b/20.02/namespacearmnn_utils_1_1_processes.xhtml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + +ArmNN: armnnUtils::Processes Namespace Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
armnnUtils::Processes Namespace Reference
+
+
+ + + + +

+Functions

int GetCurrentId ()
 
+

Function Documentation

+ +

◆ GetCurrentId()

+ +
+
+ + + + + + + +
int GetCurrentId ()
+
+ +

Definition at line 20 of file Processes.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and SendCounterPacket::SendStreamMetaDataPacket().

+
21 {
22 #if defined(__unix__)
23  return getpid();
24 #elif defined(_MSC_VER)
25  return ::GetCurrentProcessId();
26 #endif
27 }
+
+
+
+
+ + + + -- cgit v1.2.1