Home
last modified time | relevance | path

Searched refs:cond_new (Results 1 – 13 of 13) sorted by relevance

/dports/net/ntp/ntp-4.2.8p15/tests/sandbox/
H A Dbug-2803.c28 int cond_new; in do_test() local
32 cond_new = 0; in do_test()
43 cond_new = 1; in do_test()
46 failed = cond_new != cond_old; in do_test()
53 (long long) tvdiff_new.tv_sec, tvdiff_new.tv_usec, cond_new, in do_test()
/dports/net/ntp/ntp-4.2.8p15/tests/bug-2803/
H A Dbug-2803.c34 int cond_new; in do_test() local
38 cond_new = 0; in do_test()
49 cond_new = 1; in do_test()
52 failed = cond_new != cond_old; in do_test()
59 (long long) tvdiff_new.tv_sec, tvdiff_new.tv_usec, cond_new, in do_test()
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.h84 GCond* (*cond_new) (void); member
206 #define g_cond_new() G_THREAD_UF (cond_new, ())
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgthread.h63 GCond* (*cond_new) (void); member
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc44 cond_new : function :PGCond; cdecl;
H A Dglib2.pas260 g_cond_new := g_thread_functions_for_glib_use.cond_new;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc44 cond_new : function :PGCond; cdecl;
H A Dglib2.pas260 g_cond_new := g_thread_functions_for_glib_use.cond_new;
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcompile.c88 static void cond_new(cond *c2) in cond_new() function
190 cond_new((cond *) NULL); in block_new()
1062 cond_new(thiscond); in c_startcond()
1071 cond_new(thiscond->prev); in c_startcond2()
/dports/textproc/hyperestraier/hyperestraier-1.4.13/perlnative/src/
H A DEstraier.xs304 cond_new()
H A DEstraier.pm283 $$self[0] = Estraier::cond_new();
/dports/net-mgmt/observium/observium/includes/
H A Dalerts.inc.php348 … $cond_new['cond'][$assoc['alert_test_id']] = $conditions['cond'][$assoc['alert_test_id']];
354 return $cond_new;
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Dcqueues.c937 static int cond_new(lua_State *L) { in cond_new() function
1068 { "new", &cond_new },