Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dmulti_process.c25 FUNC_ALIAS(getpid, _getpid, pid_t);
DKconfig.procN25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c33 int _getpid(void);
287 int _getpid(void) in _getpid() function
291 __weak FUNC_ALIAS(_getpid, getpid, int);
556 return _getpid(); in _getpid_r()