Home
last modified time | relevance | path

Searched refs:curpid (Results 1 – 25 of 69) sorted by relevance

123

/dports/security/p5-CryptX/CryptX-0.075/inc/
H A DCryptX_PRNG.xs.inc9 IV curpid = (IV)PerlProc_getpid();
33 RETVAL->last_pid = curpid;
105 IV curpid = (IV)PerlProc_getpid();
116 if (self->last_pid != curpid) {
120 self->last_pid = curpid;
182 IV curpid = (IV)PerlProc_getpid();
187 if (self->last_pid != curpid) {
191 self->last_pid = curpid;
205 IV curpid = (IV)PerlProc_getpid();
211 if (self->last_pid != curpid) {
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp80 pid_t curpid = 0; member
87 OSRPJContextHolder(): curpid(getpid()) { init(); } in OSRPJContextHolder()
175 const pid_t curpid = getpid(); in GetProjTLSContextHolder() local
176 if( curpid != l_projContext.curpid ) in GetProjTLSContextHolder()
178 l_projContext.curpid = curpid; in GetProjTLSContextHolder()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp80 pid_t curpid = 0; member
87 OSRPJContextHolder(): curpid(getpid()) { init(); } in OSRPJContextHolder()
175 const pid_t curpid = getpid(); in GetProjTLSContextHolder() local
176 if( curpid != l_projContext.curpid ) in GetProjTLSContextHolder()
178 l_projContext.curpid = curpid; in GetProjTLSContextHolder()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_proj_p.cpp80 pid_t curpid = 0; member
87 OSRPJContextHolder(): curpid(getpid()) { init(); } in OSRPJContextHolder()
175 const pid_t curpid = getpid(); in GetProjTLSContextHolder() local
176 if( curpid != l_projContext.curpid ) in GetProjTLSContextHolder()
178 l_projContext.curpid = curpid; in GetProjTLSContextHolder()
/dports/audio/ecasound/ecasound-2.9.3/kvutils/
H A Dkvu_rtcaps.cpp43 int curpid = getpid(); in kvu_check_for_sched_sub() local
47 int ret = sched_getparam(curpid, &prev_sparam); in kvu_check_for_sched_sub()
58 int ret = sched_setscheduler(curpid, policy, &sparam); in kvu_check_for_sched_sub()
63 sched_setscheduler(curpid, prev_policy, &sparam); in kvu_check_for_sched_sub()
/dports/comms/ncid/ncid/lib/
H A Ddopid.c34 pid_t curpid, foundpid = 0; in doPID() local
45 curpid = getpid(); in doPID()
63 *pid = curpid; in doPID()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/data_access/
H A Dswrun_cygwin.c172 pid_t curpid = 0; in netsnmp_arch_swrun_container_load() local
182 cygwin_internal(query, curpid | CW_NEXTPID)) { in netsnmp_arch_swrun_container_load()
184 curpid = curproc->pid; in netsnmp_arch_swrun_container_load()
188 entry = netsnmp_swrun_entry_create(curpid); in netsnmp_arch_swrun_container_load()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dsleep.c139 pid_t newpid, curpid=getpid(); in sleep() local
150 if((newpid=getpid()) != curpid) in sleep()
152 curpid = newpid; in sleep()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dsleep.c139 pid_t newpid, curpid=getpid(); in sleep() local
150 if((newpid=getpid()) != curpid) in sleep()
152 curpid = newpid; in sleep()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/sysdeps/
H A Ddarwin.c179 static u_int curpid = -1; in gkrellm_sys_proc_read_data() local
225 if (curpid < 0) in gkrellm_sys_proc_read_data()
226 curpid = nextpid; in gkrellm_sys_proc_read_data()
227 if ((nforked = nextpid - curpid) < 0) in gkrellm_sys_proc_read_data()
230 curpid = nextpid; in gkrellm_sys_proc_read_data()
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/ev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/ev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/verto/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
/dports/security/krb5/krb5-1.19.2/src/util/verto/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
/dports/net/tcpkali/tcpkali-1.1.1/deps/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dextcheck.c123 check->curpid = elem; in pid_list_add()
148 check->curpid = NULL; in pid_list_del()
276 check->curpid = NULL; in prepare_external_check()
548 struct pid_list *elem = check->curpid; in process_chk_proc()
584 pid_list_del(check->curpid); in process_chk_proc()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dextcheck.c123 check->curpid = elem; in pid_list_add()
148 check->curpid = NULL; in pid_list_del()
276 check->curpid = NULL; in prepare_external_check()
550 struct pid_list *elem = check->curpid; in process_chk_proc()
586 pid_list_del(check->curpid); in process_chk_proc()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dextcheck.c123 check->curpid = elem; in pid_list_add()
148 check->curpid = NULL; in pid_list_del()
276 check->curpid = NULL; in prepare_external_check()
550 struct pid_list *elem = check->curpid; in process_chk_proc()
586 pid_list_del(check->curpid); in process_chk_proc()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
156 #undef curpid
/dports/security/uacme/uacme-upstream-1.7.1/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
159 #undef curpid
/dports/mail/rspamd/rspamd-3.1/contrib/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
158 #undef curpid
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
158 #undef curpid
/dports/devel/p5-EV/EV-4.33/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
158 #undef curpid
/dports/devel/pecl-ev/ev-1.1.5/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
157 #undef curpid
/dports/devel/libev/libev-4.33/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
158 #undef curpid

123