Home
last modified time | relevance | path

Searched defs:getSocketId (Results 1 – 7 of 7) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_cosimulation/
H A DChSocket.h109 int getSocketId() { return socketId; } in getSocketId() function
/dports/sysutils/intel-pcm/pcm-202109/
H A Dcpuasynchcounter.h102 uint32 getSocketId(uint32 c) in getSocketId() function
H A Dcpucounters.h1378 int32 getSocketId(uint32 core_id) const { return (int32)topology[core_id].socket; } in getSocketId() function
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dcpuasynchcounter.h102 uint32 getSocketId(uint32 c) in getSocketId() function
H A Dcpucounters.h1378 int32 getSocketId(uint32 core_id) const { return (int32)topology[core_id].socket; } in getSocketId() function
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dsocket.h186 PLATFORM_SOCKET getSocketId() const { return sock; } in getSocketId() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dconnection_slot.cpp1603 PLATFORM_SOCKET ConnectionSlot::getSocketId() { in getSocketId() function in Glest::Game::ConnectionSlot