Home
last modified time | relevance | path

Searched refs:self_pid (Results 1 – 21 of 21) sorted by relevance

/dports/databases/elixir-postgrex/postgrex-0.13.5/test/
H A Dclient_test.exs45 self_pid = self()
49 send self_pid, query("SELECT pg_sleep(0.2)", [])
61 self_pid = self()
64 send self_pid, query("SELECT pg_sleep(0.1)", [])
82 self_pid = self()
85 send self_pid, query("SELECT pg_sleep(0.1)", [])
92 send self_pid, query("SELECT 42", [])
H A Dquery_test.exs908 self_pid = self()
911 send self_pid, query("SELECT pg_sleep(0.05)", [])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/memory/
H A Dunwinding_fuzzer.cc42 pid_t self_pid = getpid(); in FuzzUnwinding() local
48 UnwindingWorker::HandleBuffer(buf, &metadata, id, self_pid, &nop_delegate); in FuzzUnwinding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/profiling/memory/
H A Dunwinding_fuzzer.cc43 pid_t self_pid = getpid(); in FuzzUnwinding() local
52 UnwindingWorker::HandleBuffer(buf, &client_data, self_pid, &nop_delegate); in FuzzUnwinding()
/dports/sysutils/p5-Ubic/Ubic-1.58/lib/Ubic/Daemon/
H A DPidState.pm144 my $self_pid = $$;
147 "pid $self_pid\n".
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rlimit-0.6.2/tests/it/
H A Dlinux.rs58 let self_pid = unsafe { libc::getpid() }; in linux_proc_limits() localVariable
59 let process_limits = ProcLimits::read_process(self_pid).unwrap(); in linux_proc_limits()
/dports/net/oha/oha-0.4.7/cargo-crates/rlimit-0.6.2/tests/it/
H A Dlinux.rs58 let self_pid = unsafe { libc::getpid() }; in linux_proc_limits() localVariable
59 let process_limits = ProcLimits::read_process(self_pid).unwrap(); in linux_proc_limits()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/rlimit-0.6.2/tests/it/
H A Dlinux.rs58 let self_pid = unsafe { libc::getpid() }; in linux_proc_limits() localVariable
59 let process_limits = ProcLimits::read_process(self_pid).unwrap(); in linux_proc_limits()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/handler/
H A Ddebuggerd_handler.cpp189 pid_t self_pid = __getpid(); in log_signal_summary() local
191 if (signal_has_sender(info, self_pid)) { in log_signal_summary()
203 … sender_desc, addr_desc, __gettid(), thread_name, self_pid, main_thread_name); in log_signal_summary()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/b64url/c_src/
H A Db64url.c155 ErlNifPid self_pid; in check_pid() local
159 enif_self(env, &self_pid); in check_pid()
160 self = enif_make_pid(env, &self_pid); in check_pid()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/www/h2o-devel/h2o-dcc7134/deps/neverbleed/
H A Dneverbleed.c123 pid_t self_pid; member
380 pid_t self_pid = getpid(); in get_thread_data() local
384 if (thdata->self_pid == self_pid) in get_thread_data()
393 thdata->self_pid = self_pid; in get_thread_data()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/neverbleed/
H A Dneverbleed.c69 pid_t self_pid; member
326 pid_t self_pid = getpid(); in get_thread_data() local
330 if (thdata->self_pid == self_pid) in get_thread_data()
339 thdata->self_pid = self_pid; in get_thread_data()
/dports/lang/elixir-devel/elixir-1.13.1/lib/iex/lib/iex/
H A Dserver.ex125 self_pid = self()
135 input = spawn(fn -> io_get(self_pid, prompt_type, prefix, counter) end)
/dports/lang/elixir/elixir-1.12.3/lib/iex/lib/iex/
H A Dserver.ex118 self_pid = self()
128 input = spawn(fn -> io_get(self_pid, prompt_type, prefix, counter) end)
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsesssetup.c487 struct server_id self_pid = messaging_server_id(state->msg_ctx); in shutdown_other_smbds() local
502 if (server_id_equal(&pid, &self_pid)) { in shutdown_other_smbds()
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.c4685 const uint32_t self_pid = mdbx_getpid(); in mdbx_rthc_thread_dtor() local
4708 (int)(rthc - rthc_table[i].begin), rthc->mr_pid.weak, self_pid); in mdbx_rthc_thread_dtor()
4709 if (atomic_load32(&rthc->mr_pid, mo_Relaxed) == self_pid) { in mdbx_rthc_thread_dtor()
4780 const uint32_t self_pid = mdbx_getpid(); in mdbx_rthc_global_dtor() local
4794 rthc->mr_pid.weak, self_pid); in mdbx_rthc_global_dtor()
4795 if (atomic_load32(&rthc->mr_pid, mo_Relaxed) == self_pid) { in mdbx_rthc_global_dtor()
4877 const uint32_t self_pid = mdbx_getpid(); in mdbx_rthc_remove() local
4880 __Wpedantic_format_voidptr(rthc_table[i].end), self_pid); in mdbx_rthc_remove()
4884 if (atomic_load32(&rthc->mr_pid, mo_Relaxed) == self_pid) { in mdbx_rthc_remove()