HomeSort by relevance Sort by last modified time
    Searched full:getpid (Results 476 - 500 of 1156) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 62 pid_t getpid (void);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 62 pid_t getpid (void);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 62 pid_t getpid (void);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 63 pid_t getpid (void);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 63 pid_t getpid (void);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 148 pid = repr(os.getpid())
posixfile.py 187 l_start, l_len, os.getpid(), l_type, l_whence)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 148 pid = repr(os.getpid())
posixfile.py 187 l_start, l_len, os.getpid(), l_type, l_whence)
  /system/core/libcorkscrew/
map_info.c 237 g_my_map_info_list = load_map_info_list(getpid());
  /system/core/libnl_2/genl/
genl.c 66 nlh->nlmsg_pid = getpid();
  /system/extras/tests/bionic/libc/other/
test_zlib.c 215 sprintf(tempfile, "/tmp/ztest.%d", getpid() );
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 420 # define getpid GetThreadID macro
473 # define SSLeay_getpid() getpid()
708 #define getpid taskIdSelf macro
  /external/mdnsresponder/mDNSPosix/
Responder.c 666 // file as an error. Also note that we assign getpid to a long
681 fprintf(fp, "%ld\n", (long) getpid());
691 fprintf(stderr, "%s: Starting in foreground mode, PID %ld\n", gProgramName, (long) getpid());
  /external/netperf/
netserver.c 179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
921 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
930 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%x", getpid());
  /external/openssl/
e_os.h 420 # define getpid GetThreadID macro
473 # define SSLeay_getpid() getpid()
708 #define getpid taskIdSelf macro
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 63 if (tmp == getpid()) {
280 pid_t pid = getpid();
448 pid_t pid = getpid();
  /frameworks/base/core/jni/
android_os_Debug.cpp 486 android_os_Debug_getDirtyPagesPid(env, clazz, getpid(), object);
549 return android_os_Debug_getPssPid(env, clazz, getpid(), NULL);
673 int len = snprintf(compare, 128, "proc %d", getpid());
  /frameworks/base/docs/html/guide/components/
aidl.jd 177 int getPid();
223 public int getPid(){
272 public int getPid(){
  /system/core/init/
init.c 271 if (android_set_ioprio(getpid(), svc->ioprio_class, svc->ioprio_pri)) {
273 getpid(), svc->ioprio_class, svc->ioprio_pri, strerror(errno));
293 setpgid(0, getpid());
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
heap-profiler.cc 284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
534 RAW_VLOG(0, "[%d] Starting a deep memory profiler", getpid());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
  /external/ppp/pppd/
main.c 485 slprintf(db_key, sizeof(db_key), "pppd%d", getpid());
515 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
520 create_linkpidfile(getpid());
785 create_pidfile(getpid()); /* write pid to file */
786 create_linkpidfile(getpid());
826 slprintf(numbuf, sizeof(numbuf), "%d", getpid());
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 344 fprintf(pidfile, "%d\n", (int) getpid());
574 pid = getpid();
721 else if (pid != getpid())
    [all...]

Completed in 1353 milliseconds

<<11121314151617181920>>