Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dtracked_command.cpp104 char startSignal {1}; in StartCommand() local
106 nbyte = write(startFd_, &startSignal, 1); in StartCommand()
139 char startSignal {0}; in ExecuteCommand() local
142 nbyte = read(startFd, &startSignal, 1); in ExecuteCommand()