Home
last modified time | relevance | path

Searched refs:t_call (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/erlang-gproc/gproc-0.8.0/test/
H A Dgproc_dist_tests.erl141 ?assertMatch(ok, t_call(P, die)).
159 updated, t_call(
162 [{a,1}], t_call(
167 ?assertMatch(ok, t_call(P, die)).
176 updated, t_call(
214 ?assertMatch(ok, t_call(P, die)).
404 t_call(P, {apply_fun, fun() ->
498 ok = t_call(Pb, die),
499 ok = t_call(Pa, die).
697 t_call(P, Req) -> function
[all …]
H A Dgproc_test_lib.erl23 t_call/2,
103 t_call(P, Req) -> function
113 erlang:error({timeout,t_call,[P,Req]})
138 t_call(Pb,
148 t_call(Pb,
160 t_call(Pb,
/dports/net/lambdamoo/MOO-1.8.1/
H A Dmy-tiuser.h23 extern int t_accept(int, int, struct t_call *);
27 extern int t_connect(int, struct t_call *, struct t_call *);
28 extern int t_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/xtiintro/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/xtiserver/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/libxti/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
H A Dwrapxti.c114 T_accept(int fd, int resfd, struct t_call *call) in T_accept()
149 T_connect(int fd, const struct t_call *sndcall, struct t_call *rcvcall) in T_connect()
181 T_listen(int fd, struct t_call *call) in T_listen()
/dports/net/libunp/unpv12e/debug/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
H A Dtest06.c7 struct t_call *tcall; in main()
/dports/net/libunp/unpv12e/streams/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/xtioob/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/xtiopt/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/net/libunp/unpv12e/xtiudp/
H A Dunpxti.h102 int T_accept(int, int, struct t_call *);
105 void T_connect(int, const struct t_call *, struct t_call *);
109 void T_listen(int, struct t_call *);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnon_existing.erl6 -export([t_call/0, t_fun/0]).
8 t_call() -> function
/dports/databases/mantis/mantisbt-2.25.2/plugins/SourceSVN/
H A DSourceSVN.php393 $t_call = $s_call;
400 $t_call .= ' --username ' . $t_username;
403 $t_call .= ' --password ' . $t_password;
407 return $t_call;
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dtli.c257 struct t_call *qtcall;
397 qtcall = (struct t_call *) t_alloc (qsysdep->o, T_CALL, T_ALL);
547 struct t_call *qtcall;
582 qtcall = (struct t_call *) t_alloc (qsysdep->o, T_CALL, T_ADDR);
601 if (t_connect (qsysdep->o, qtcall, (struct t_call *) NULL) < 0)
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/debug/
H A Dtest_d_break.pl130 :- '$clausable'(t_call/0).
131 t_call :- t_called([a,b], [c], [a,b,c]), c1. label
132 t_call :- t_called([a,b], [c], [a,b,c]), c1. label
146 break(t_call, i_call(t_called/3)),
147 forall(t_call, garbage_collect).
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtranstli.c914 struct t_call *call;
920 if( (call=(struct t_call *)t_alloc(ciptr->fd,T_CALL,T_ALL)) == NULL )
1040 struct t_call *sndcall;
1111 struct t_call *sndcall;
1135 if( (sndcall=(struct t_call *)t_alloc(ciptr->fd,T_CALL,T_ALL)) == NULL )
1161 struct t_call *sndcall;
1166 if( (sndcall=(struct t_call *)t_alloc(ciptr->fd,T_CALL,T_OPT|T_UDATA)) == NULL )
/dports/net/yate/yate-6.4.0-1/modules/
H A Dcdrbuild.cpp336 t_call = m_call, t_ringing = m_ringing, t_answer = m_answer; in emit() local
338 m_start = t_call; in emit()
339 if (!t_call) in emit()
340 t_call = m_start; in emit()
341 if (!t_call) in emit()
342 t_call = m_start = t_hangup; in emit()

123