Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_handle.cc15 uint32_t g_unique_id; variable
39 return g_unique_id; in GetUniqueIdForProcess()
45 g_unique_id = MangleProcessId(pid_outside_of_namespace); in InitUniqueIdForProcessInPidNamespace()
/external/webrtc/pc/
Drtp_receiver.cc30 static int g_unique_id = 0; in GenerateUniqueId() local
32 return ++g_unique_id; in GenerateUniqueId()
Drtp_data_channel.cc30 static std::atomic<int> g_unique_id{0}; variable
33 return ++g_unique_id; in GenerateUniqueId()
391 g_unique_id = new_value; in ResetInternalIdAllocatorForTesting()
Dsctp_data_channel.cc33 static std::atomic<int> g_unique_id{0}; variable
36 return ++g_unique_id; in GenerateUniqueId()
730 g_unique_id = new_value; in ResetInternalIdAllocatorForTesting()
Drtp_sender.cc36 static std::atomic<int> g_unique_id{0}; in GenerateUniqueId() local
38 return ++g_unique_id; in GenerateUniqueId()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp84 static lldb::user_id_t g_unique_id = 1; variable
659 : UserID(g_unique_id++), in Debugger()