Home
last modified time | relevance | path

Searched refs:statusp (Results 76 – 100 of 820) sorted by relevance

12345678910>>...33

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysmec/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysmec/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/sysnecv850/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/v850/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysnecv850/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysnecv850/
H A Dwait.c13 _wait (statusp) in _wait() argument
14 int *statusp; in _wait()
/dports/databases/db5/db-5.3.28/examples/cxx/txn_guide/
H A DTxnGuideInMemory.cpp28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
H A DTxnGuide.cpp28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db5/db-5.3.28/examples/stl/
H A DStlTransactionGuideExample.cpp27 #define thread_join(thr, statusp) \ argument
29 ((statusp == NULL) ? 0 : \
30 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
46 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db18/db-18.1.40/examples/stl/
H A DStlTransactionGuideExample.cpp27 #define thread_join(thr, statusp) \ argument
29 ((statusp == NULL) ? 0 : \
30 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
46 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db18/db-18.1.40/examples/cxx/txn_guide/
H A DTxnGuideInMemory.cpp28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
H A DTxnGuide.cpp28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestKeyExistErrorReturn.c33 #define thread_join(thr, statusp) \ argument
35 ((statusp == NULL) ? 0 : \
36 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
52 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db5/db-5.3.28/test/c/suites/
H A DTestKeyExistErrorReturn.c33 #define thread_join(thr, statusp) \ argument
35 ((statusp == NULL) ? 0 : \
36 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
52 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db5/db-5.3.28/examples/c/txn_guide/
H A Dtxn_guide.c28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
H A Dtxn_guide_inmemory.c28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/databases/db18/db-18.1.40/examples/c/txn_guide/
H A Dtxn_guide_inmemory.c28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
H A Dtxn_guide.c28 #define thread_join(thr, statusp) \ argument
30 ((statusp == NULL) ? 0 : \
31 (GetExitCodeThread((thr), (LPDWORD)(statusp)) ? 0 : -1)))
47 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) argument
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dtimed_wait.c80 int timed_waitpid(pid_t pid, WAIT_STATUS_T *statusp, int options, in timed_waitpid() argument
109 if ((wpid = waitpid(pid, statusp, options)) < 0 && timed_wait_expired) in timed_waitpid()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/unix/
H A Dprocsup.c91 int waitpid(pid_t pid, int *statusp, int options) in waitpid() argument
98 while (((tmp_pid = wait3(statusp, options, 0)) != pid) && in waitpid()
/dports/devel/apr1/apr-1.7.0/threadproc/unix/
H A Dprocsup.c91 int waitpid(pid_t pid, int *statusp, int options) in waitpid() argument
98 while (((tmp_pid = wait3(statusp, options, 0)) != pid) && in waitpid()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/netware/
H A Dprocsup.c88 int waitpid(pid_t pid, int *statusp, int options)
95 while (((tmp_pid = wait3(statusp, options, 0)) != pid) &&
/dports/devel/apr1/apr-1.7.0/threadproc/netware/
H A Dprocsup.c88 int waitpid(pid_t pid, int *statusp, int options)
95 while (((tmp_pid = wait3(statusp, options, 0)) != pid) &&
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dsys_wait.in.h115 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
119 _GL_CXXALIAS_SYS_CAST (waitpid, pid_t, (pid_t pid, int *statusp, int options));
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsys_wait.in.h115 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
119 _GL_CXXALIAS_SYS_CAST (waitpid, pid_t, (pid_t pid, int *statusp, int options));

12345678910>>...33