return processes pid */
| 146 | |
| 147 | /* return processes pid */ |
| 148 | inline static int my_pid(void) |
| 149 | { |
| 150 | return pt ? pt[process_no].pid : getpid(); |
| 151 | } |
| 152 | |
| 153 | /* Get the process internal ID based on its PID |
| 154 | * @return: -1 or the index of the given process */ |
no outgoing calls
no test coverage detected