Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dother_adapt.c44 int _getpid(void) in _getpid() function
/third_party/e2fsprogs/include/mingw/
Dunistd.h37 #define getpid _getpid
/third_party/e2fsprogs/include/nonunix/
Dunistd.h27 #define getpid _getpid
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dlibcompat.h118 #define getpid _getpid
/third_party/grpc/test/core/util/
Dtest_config.cc47 static unsigned seed(void) { return (unsigned)_getpid(); } in seed()
/third_party/curl/lib/
Dsmb.c36 #define getpid _getpid
/third_party/gstreamer/gstreamer/
Dmeson.build336 elif host_system == 'windows' and cc.has_function('_getpid')