Home
last modified time | relevance | path

Searched defs:pcond (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/pieces/
H A Dthreadcond_windows.c15 netwib_thread_cond *pcond; in netwib_thread_cond_init() local
52 netwib_thread_cond *pcond; in netwib_thread_cond_close() local
89 netwib_err netwib_thread_cond_broadcast(netwib_thread_cond *pcond, in netwib_thread_cond_broadcast()
116 netwib_err netwib_thread_cond_wait(netwib_thread_cond *pcond, in netwib_thread_cond_wait()
163 netwib_err netwib_thread_cond_reinit(netwib_thread_cond *pcond) in netwib_thread_cond_reinit()
H A Dthreadcond_posix.c15 netwib_thread_cond *pcond; in netwib_thread_cond_init() local
61 netwib_thread_cond *pcond; in netwib_thread_cond_close() local
89 netwib_err netwib_thread_cond_broadcast(netwib_thread_cond *pcond, in netwib_thread_cond_broadcast()
114 netwib_err netwib_thread_cond_wait(netwib_thread_cond *pcond, in netwib_thread_cond_wait()
168 netwib_err netwib_thread_cond_reinit(netwib_thread_cond *pcond) in netwib_thread_cond_reinit()
/dports/www/c-icap/c_icap-0.5.10/os/win32/
H A Dthreads.c45 int ci_thread_cond_init(ci_thread_cond_t * pcond) in ci_thread_cond_init()
51 int ci_thread_cond_destroy(ci_thread_cond_t * pcond) in ci_thread_cond_destroy()
58 int ci_thread_cond_wait(ci_thread_cond_t * pcond, ci_thread_mutex_t * pmutex) in ci_thread_cond_wait()
66 int ci_thread_cond_broadcast(ci_thread_cond_t * pcond) in ci_thread_cond_broadcast()
75 int ci_thread_cond_signal(ci_thread_cond_t * pcond) in ci_thread_cond_signal()
/dports/emulators/hercules/hercules-3.13/
H A Dhthreads.h74 #define initialize_condition(pcond) \ argument
76 #define destroy_condition(pcond) \ argument
78 #define signal_condition(pcond) \ argument
80 #define broadcast_condition(pcond) \ argument
82 #define wait_condition(pcond,plk) \ argument
84 #define timed_wait_condition(pcond,plk,timeout) \ argument
137 #define initialize_condition(pcond) \ argument
140 #define signal_condition(pcond) \ argument
143 #define broadcast_condition(pcond) \ argument
146 #define wait_condition(pcond,plk) \ argument
[all …]
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dci_threads.h63 #define ci_thread_cond_wait(pcond,pmutex) pthread_cond_wait(pcond,pmutex) argument
64 #define ci_thread_cond_broadcast(pcond) pthread_cond_broadcast(pcond) argument
65 #define ci_thread_cond_signal(pcond) pthread_cond_signal(pcond) argument
/dports/devel/libvirt/libvirt-7.10.0/scripts/
H A Dgensystemtap.py161 pcond = "} else if" variable
163 pcond = "if" variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DGaussianKDE.cpp353 void GaussianKDE::getConditionalizationFactor(RealVector& pcond) { in getConditionalizationFactor()
360 void GaussianKDE::setConditionalizationFactor(const RealVector& pcond) { in setConditionalizationFactor()
440 RealVector pcond(cond.length()); in conditionalize() local
464 RealVector pcond(cond.length()); in condToDimX() local
476 const IntVector& dims, RealVector& pcond) { in updateConditionalizationFactors()
/dports/www/c-icap/c_icap-0.5.10/os/unix/
H A Dthreads.c192 int ci_thread_cond_init(ci_thread_cond_t *pcond) in ci_thread_cond_init()
197 int ci_thread_cond_destroy(ci_thread_cond_t *pcond) in ci_thread_cond_destroy()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dmutex.c70 int __ThreadWait(pthread_cond_t *pcond, pthread_mutex_t *mutex, int timeout, in __ThreadWait()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dwait.c158 netwib_thread_cond *pcond; member
176 netwib_err netwib_wait_init_thread_cond(netwib_thread_cond *pcond, in netwib_wait_init_thread_cond()
/dports/cad/alliance/alliance/src/exp/src/
H A Dexpy.y29 static int pcond=0; variable
/dports/math/pari/pari-2.13.3/src/mt/
H A Dpthread.c32 pthread_cond_t *pcond; member
43 pthread_cond_t pcond; member
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/
H A DExts.hs177 pcond s = length s > 1 && take 1 s == "#" && last s == '#' function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/
H A DExts.hs177 pcond s = length s > 1 && take 1 s == "#" && last s == '#' function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/
H A DExts.hs177 pcond s = length s > 1 && take 1 s == "#" && last s == '#' function
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzcontext.c936 gs_condition_t *pcond = in zcondition() local
1036 gs_condition_t *pcond; in znotify() local
1058 gs_condition_t *pcond; in zwait() local
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzcontext.c931 gs_condition_t *pcond = in zcondition() local
1031 gs_condition_t *pcond; in znotify() local
1053 gs_condition_t *pcond; in zwait() local
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzcontext.c929 gs_condition_t *pcond = in zcondition() local
1029 gs_condition_t *pcond; in znotify() local
1051 gs_condition_t *pcond; in zwait() local
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzcontext.c929 gs_condition_t *pcond = in zcondition() local
1029 gs_condition_t *pcond; in znotify() local
1051 gs_condition_t *pcond; in zwait() local
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzcontext.c931 gs_condition_t *pcond = in zcondition() local
1031 gs_condition_t *pcond; in znotify() local
1053 gs_condition_t *pcond; in zwait() local

1234