Searched refs:_getpid (Results 1 – 3 of 3) sorted by relevance
25 FUNC_ALIAS(getpid, _getpid, pid_t);
25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
33 int _getpid(void);287 int _getpid(void) in _getpid() function291 __weak FUNC_ALIAS(_getpid, getpid, int);556 return _getpid(); in _getpid_r()