Home
last modified time | relevance | path

Searched refs:swait (Results 1 – 25 of 124) sorted by path

12345

/dports/archivers/star/schily-2021-09-18/star/
H A Dfifo.c157 LOCAL int swait __PR((int f, int chan));
676 swait(f, chan) in swait() function
761 #define sgetwait(m, w) swait((m)->gpin, w) /* Wait in get side */
764 #define sputwait(m, w) swait((m)->ppin, w) /* Wait in put side */
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/interprocess/detail/
H A Dintermodule_singleton_common.hpp154 spin_wait swait; in initialize_singleton_logic() local
162 swait.yield(); in initialize_singleton_logic()
217 spin_wait swait; in initialize_global_map_handle() local
230 swait.yield(); in initialize_global_map_handle()
H A Dmanaged_open_or_create_impl.hpp365 spin_wait swait; in priv_open_or_create() local
396 swait.yield(); in priv_open_or_create()
443 spin_wait swait; in priv_open_or_create() local
449 swait.yield(); in priv_open_or_create()
461 spin_wait swait; in priv_open_or_create() local
463 swait.yield(); in priv_open_or_create()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/interprocess/sync/detail/
H A Dcommon_algorithms.hpp47 spin_wait swait;
52 swait.yield();
62 spin_wait swait;
68 swait.yield();
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h2147 struct wait_t swait; member
H A Dv_cnv.c4594 dmp_expr(f, stp->st.swait.lpx); in __dmp_stmt()
4596 dmp_lstofsts(f, stp->st.swait.lpst); in __dmp_stmt()
H A Dv_dbg.c1453 renumber_stlst(stp->st.swait.lpst, sfnind, slcnt); in renumber_1stmt()
H A Dv_dbg2.c2270 return(find_lstofsts_stp(last_stp->st.swait.lpst, ifi, lini)); in find_nxtstp()
H A Dv_ex.c744 if (exec_wait(stp)) { stp = stp->st.swait.lpst; goto nxt_stmt; } in exec_stmts()
1166 if (exec_wait(stp)) return(stp->st.swait.lpst); in __brktr_exec_1stmt()
2389 xsp = __eval_xpr(stp->st.swait.lpx); in exec_wait()
2390 dctp = stp->st.swait.wait_dctp; in exec_wait()
2395 if (stp->st.swait.lpx->is_real) in exec_wait()
2467 __slin_cnt, __msgexpr_tostr(__xs, stp->st.swait.lpx), tmp, __xs2); in exec_wait()
H A Dv_fx.c7111 nstp->st.swait.lpx = __copy_expr(ostp->st.swait.lpx); in copy_stmt()
7112 nstp->st.swait.lpst = copy_lstofsts(ostp->st.swait.lpst); in copy_stmt()
7114 nstp->st.swait.wait_dctp = __alloc_dctrl(); in copy_stmt()
7115 *(nstp->st.swait.wait_dctp) = *(ostp->st.swait.wait_dctp); in copy_stmt()
H A Dv_fx2.c3327 inpsel_xpr_markparam(stp->st.swait.lpx); in stmt_do_inpsel_set()
3328 lstofsts_do_inpsel_set(stp->st.swait.lpst); in stmt_do_inpsel_set()
7423 __chk_nodel_lstofsts(stp->st.swait.lpst); in chk_nodel_stmt()
7865 if (stp->st.swait.lpx == NULL) __misc_terr(__FILE__, __LINE__); in chk_1stmt()
7867 __chk_rhsexpr(stp->st.swait.lpx, 0); in chk_1stmt()
7868 if (__isleaf(stp->st.swait.lpx) && stp->st.swait.lpx->optyp != ID in chk_1stmt()
7869 && stp->st.swait.lpx->optyp != GLBREF) in chk_1stmt()
7872 __chk_lstofsts(stp->st.swait.lpst); in chk_1stmt()
8259 bld_stlst_evxlst(stp->st.swait.lpst); in bld_stmt_evxlst()
H A Dv_prp2.c3258 dctp = stp->st.swait.wait_dctp; in __prep_lstofsts()
3262 bld_evxpr_dces(stp->st.swait.lpx, dctp, FALSE); in __prep_lstofsts()
3279 stp->st.swait.lpst = __prep_lstofsts(stp->st.swait.lpst, TRUE, FALSE); in __prep_lstofsts()
6091 __free_xtree(stp->st.swait.lpx); in __free_1stmt()
6093 __free_stlst(stp->st.swait.lpst); in __free_1stmt()
6095 free_dctrl(stp->st.swait.wait_dctp, FALSE); in __free_1stmt()
6402 nstp->st.swait.lpx = mv1_expr_totab(ostp->st.swait.lpx); in cmp_xform1_stmt()
6403 nstp->st.swait.lpst = cmp_xform_lstofsts(ostp->st.swait.lpst); in cmp_xform1_stmt()
6406 nstp->st.swait.wait_dctp = ostp->st.swait.wait_dctp; in cmp_xform1_stmt()
6408 nstp->st.swait.wait_dctp->actionst = nstp->st.swait.lpst; in cmp_xform1_stmt()
[all …]
H A Dv_src.c4103 stp->st.swait.lpx = NULL; in __alloc_stmt()
4104 stp->st.swait.lpst = NULL; in __alloc_stmt()
4105 stp->st.swait.wait_dctp = __alloc_dctrl(); in __alloc_stmt()
H A Dv_src2.c881 { stp->st.swait.lpx = loopx; stp->st.swait.lpst = repstp; } in rd_loop()
H A Dv_vpi.c4592 ihref = __mk_exprclass_handle(hrp->hu.hstp->st.swait.lpx, hp->hin_itp, in get_cond()
4959 case vpiWait: stp = rhrp->hu.hstp->st.swait.lpst; goto loop_sthandle; in get_contained_stmt()
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DInetFaxServer.c++545 for (int swait = 0; !dataConnect(); swait += swaitint) { in openDataConn() local
546 if (!(errno == EADDRINUSE || errno == EINTR) || swait >= swaitmax) { in openDataConn()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/interprocess/detail/
H A Dintermodule_singleton_common.hpp154 spin_wait swait; in initialize_singleton_logic() local
162 swait.yield(); in initialize_singleton_logic()
217 spin_wait swait; in initialize_global_map_handle() local
230 swait.yield(); in initialize_global_map_handle()
H A Dmanaged_open_or_create_impl.hpp365 spin_wait swait; in priv_open_or_create() local
396 swait.yield(); in priv_open_or_create()
443 spin_wait swait; in priv_open_or_create() local
449 swait.yield(); in priv_open_or_create()
461 spin_wait swait; in priv_open_or_create() local
463 swait.yield(); in priv_open_or_create()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/interprocess/sync/detail/
H A Dcommon_algorithms.hpp47 spin_wait swait; in try_based_timed_lock() local
52 swait.yield(); in try_based_timed_lock()
62 spin_wait swait; in try_based_lock() local
68 swait.yield(); in try_based_lock()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/interprocess/detail/
H A Dintermodule_singleton_common.hpp154 spin_wait swait; in initialize_singleton_logic() local
162 swait.yield(); in initialize_singleton_logic()
217 spin_wait swait; in initialize_global_map_handle() local
230 swait.yield(); in initialize_global_map_handle()
H A Dmanaged_open_or_create_impl.hpp365 spin_wait swait; in priv_open_or_create() local
396 swait.yield(); in priv_open_or_create()
443 spin_wait swait; in priv_open_or_create() local
449 swait.yield(); in priv_open_or_create()
461 spin_wait swait; in priv_open_or_create() local
463 swait.yield(); in priv_open_or_create()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/interprocess/sync/detail/
H A Dcommon_algorithms.hpp47 spin_wait swait; in try_based_timed_lock() local
52 swait.yield(); in try_based_timed_lock()
62 spin_wait swait; in try_based_lock() local
68 swait.yield(); in try_based_lock()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/interprocess/sync/spin/
H A Dcondition.hpp156 spin_wait swait; in notify() local
158 swait.yield(); in notify()
222 spin_wait swait; in do_timed_wait() local
224 swait.yield(); in do_timed_wait()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/interprocess/detail/
H A Dintermodule_singleton_common.hpp154 spin_wait swait; in initialize_singleton_logic() local
162 swait.yield(); in initialize_singleton_logic()
217 spin_wait swait; in initialize_global_map_handle() local
230 swait.yield(); in initialize_global_map_handle()
H A Dmanaged_open_or_create_impl.hpp365 spin_wait swait; in priv_open_or_create() local
396 swait.yield(); in priv_open_or_create()
443 spin_wait swait; in priv_open_or_create() local
449 swait.yield(); in priv_open_or_create()
461 spin_wait swait; in priv_open_or_create() local
463 swait.yield(); in priv_open_or_create()

12345