Searched refs:getpid (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | tmpnam.c | 157 pid = getpid (); in tmpnam() 186 getpid (), &_tls_inc)) in tempnam()
|
D | mktemp.c | 157 pid = getpid (); in _gettemp()
|
/picolibc-latest/semihost/fake/ |
D | fake_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() function
|
/picolibc-latest/semihost/ |
D | kill.c | 43 pid_t getpid(void) { return 1; } in getpid() function
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() function
|
/picolibc-latest/semihost/machine/powerpc/ |
D | powerpc_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() function
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | misc.c | 42 getpid (void) { in getpid() function
|
/picolibc-latest/newlib/libc/include/ |
D | _syslist.h | 45 #define _getpid getpid
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 184 pid_t getpid (void); 304 pid_t getpid (void);
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 126 @item getpid 132 int getpid(void) @{ 317 * Function _getpid_r:: Reentrant version of getpid
|
/picolibc-latest/newlib/libm/test/ |
D | test.c | 427 getpid() {} in getpid() function
|
/picolibc-latest/ |
D | README.md | 507 array of signal handlers and to not use getpid and kill, instead 1123 5. Semihosting updates, including adding unlink, kill and getpid
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2305 libc/sys/rdos/fork.c, libc/sys/rdos/fstat.c, libc/sys/rdos/getpid.c, 3781 _getpid_r(), geteuid(), getgid, _getgid_r, getpid(), getppid(), 12082 * libc/sys/rdos/getenv.c, libc/sys/rdos/getpid.c: Ditto. 19392 libc/sys/mmixware/getpid.c, libc/sys/mmixware/gettime.c, 19465 * libc/include/process.h: Add getpid() declaration. 20502 "getpid" and "kill"; added: uses "write" and "_exit". 20515 unistd.h for "getpid" prototype. 23593 * libc/sys/sysnecv850/{fstat.c, getpid.c, kill.c}: Likewise. 23754 * sys/sysnecv850/{getpid.c, isatty.c, kill.c, lseek.c} New files. 23784 * libc/sys/sysnecv850/misc.c (raise, getpid, kill): Remove '_' [all …]
|