HomeSort by: relevance | last modified time | path
    Searched defs:pid_t (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/
offloadstuff.c 33 #undef pid_t macro
crtstuff.c 56 #undef pid_t macro
  /src/external/gpl3/gcc.old/dist/libgcc/
offloadstuff.c 33 #undef pid_t macro
crtstuff.c 56 #undef pid_t macro
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.c 32 static std::unordered_map<pid_t, aarch64_debug_reg_state> variable
38 aarch64_lookup_debug_reg_state (pid_t pid)
50 aarch64_get_debug_reg_state (pid_t pid)
58 aarch64_remove_debug_reg_state (pid_t pid)
x86-nat.c 45 static std::unordered_map<pid_t, variable
51 x86_lookup_debug_reg_state (pid_t pid)
63 x86_debug_reg_state (pid_t pid)
71 x86_forget_process (pid_t pid)
  /src/external/gpl3/gdb/dist/gdb/
aarch64-nat.c 32 static std::unordered_map<pid_t, aarch64_debug_reg_state> variable
38 aarch64_lookup_debug_reg_state (pid_t pid)
50 aarch64_get_debug_reg_state (pid_t pid)
58 aarch64_remove_debug_reg_state (pid_t pid)
x86-nat.c 45 static std::unordered_map<pid_t, variable
51 x86_lookup_debug_reg_state (pid_t pid)
63 x86_debug_reg_state (pid_t pid)
71 x86_forget_process (pid_t pid)
loongarch-linux-nat.c 40 static std::unordered_map<pid_t, loongarch_debug_reg_state> variable
46 loongarch_get_debug_reg_state (pid_t pid)
54 loongarch_remove_debug_reg_state (pid_t pid)
99 void low_new_fork (struct lwp_info *parent, pid_t child_pid) override;
100 void low_forget_process (pid_t pid) override;
112 fetch_gregs_from_thread (struct regcache *regcache, int regnum, pid_t tid)
138 store_gregs_to_thread (struct regcache *regcache, int regnum, pid_t tid)
168 fetch_fpregs_from_thread (struct regcache *regcache, int regnum, pid_t tid)
189 store_fpregs_to_thread (struct regcache *regcache, int regnum, pid_t tid)
214 fetch_lsxregs_from_thread (struct regcache *regcache, int regnum, pid_t tid
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/
vxcrtstuff.c 39 #undef pid_t macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/
vxcrtstuff.c 34 #undef pid_t macro
  /src/external/gpl3/gdb.old/dist/gdb/nat/
loongarch-linux-hw-point.c 44 static std::unordered_map<pid_t, loongarch_debug_reg_state> variable
227 loongarch_lookup_debug_reg_state (pid_t pid)
240 loongarch_get_debug_reg_state (pid_t pid)
248 loongarch_remove_debug_reg_state (pid_t pid)
  /src/external/bsd/top/dist/
os.h 107 typedef long pid_t; typedef
  /src/external/bsd/libevent/dist/
arc4random.c 90 #define pid_t int macro
95 static pid_t arc4_stir_pid;
407 pid_t pid = getpid();
  /src/external/bsd/ntp/dist/sntp/libevent/
arc4random.c 91 #define pid_t int macro
96 static pid_t arc4_stir_pid;
408 pid_t pid = getpid();
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
compat.h 333 typedef signed int pid_t; typedef
  /src/external/gpl2/texinfo/dist/info/
man.c 39 #define pid_t int macro
282 pid_t child;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 168 typedef long pid_t; typedef in namespace:__sanitizer
170 typedef int pid_t; typedef in namespace:__sanitizer
  /src/sys/sys/
types.h 196 #ifndef pid_t
197 typedef __pid_t pid_t; /* process id */ typedef
198 #define pid_t __pid_t macro
termios.h 264 #ifndef pid_t
265 typedef __pid_t pid_t; typedef
266 #define pid_t __pid_t macro
283 pid_t tcgetsid(int);
  /src/external/bsd/top/dist/machine/
m_sunos4.c 92 /* Older versions of SunOS don't have a typedef for pid_t.
96 typedef int pid_t; typedef
973 if ((pp = *prefp++)->p_pid == (pid_t)pid)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h 92 typedef int pid_t; typedef
95 typedef unsigned int pid_t; typedef
213 pid_t process_id; // The effective client's PID value.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 172 typedef long pid_t; typedef in namespace:__sanitizer
174 typedef int pid_t; typedef in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 178 typedef long pid_t; typedef in namespace:__sanitizer
180 typedef int pid_t; typedef in namespace:__sanitizer
  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 80 typedef int pid_t; typedef
2302 pid_t pid = getpid();
2318 pid_t pid = getpid();

Completed in 63 milliseconds

1 2