Home
last modified time | relevance | path

Searched refs:guard_set (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dcomposable_guard.hpp143 class guard_set : public detail::debug_object class
153 guard_set() : guards(), sorted(true) {} in guard_set() function in hpx::lcos::local::guard_set
154 ~guard_set() {} in ~guard_set()
169 guard_set& guards, detail::guard_function task);
185 HPX_API_EXPORT void run_guarded(guard_set& guards, detail::guard_function task);
188 void run_guarded(guard_set& guards, F&& f, Args&&... args) in run_guarded()
/dports/devel/hpx/hpx-1.2.1/src/lcos/local/
H A Dcomposable_guard.cpp51 void guard_set::sort() in sort()
62 guard_set gs;
146 void run_guarded(guard_set& guards, detail::guard_function task) in run_guarded()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Ddnmalloc.c1937 #define guard_set(guard, P, request, sz) \ macro
1956 #define guard_set(guard, P, request, sz) ((void)0) macro
4237 guard_set(av->guard_stored, victim, bytes, nb);
4245 guard_set(av->guard_stored, victim, bytes, nb);
4283 guard_set(av->guard_stored, victim, bytes, nb);
4791 guard_set(av->guard_stored, oldp, bytes, nb);
4873 guard_set(av->guard_stored, newp, bytes, nb);
4904 guard_set(av->guard_stored, newp, bytes, nb);
4929 guard_set(av->guard_stored, oldp, bytes, nb);
5100 guard_set(av->guard_stored, p, 0, leadsize);
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Ddnmalloc.c1937 #define guard_set(guard, P, request, sz) \ macro
1956 #define guard_set(guard, P, request, sz) ((void)0) macro
4237 guard_set(av->guard_stored, victim, bytes, nb);
4245 guard_set(av->guard_stored, victim, bytes, nb);
4283 guard_set(av->guard_stored, victim, bytes, nb);
4791 guard_set(av->guard_stored, oldp, bytes, nb);
4873 guard_set(av->guard_stored, newp, bytes, nb);
4904 guard_set(av->guard_stored, newp, bytes, nb);
4929 guard_set(av->guard_stored, oldp, bytes, nb);
5100 guard_set(av->guard_stored, p, 0, leadsize);
[all …]
/dports/security/samhain/samhain-4.4.3/src/
H A Ddnmalloc.c1937 #define guard_set(guard, P, request, sz) \ macro
1956 #define guard_set(guard, P, request, sz) ((void)0) macro
4237 guard_set(av->guard_stored, victim, bytes, nb);
4245 guard_set(av->guard_stored, victim, bytes, nb);
4283 guard_set(av->guard_stored, victim, bytes, nb);
4791 guard_set(av->guard_stored, oldp, bytes, nb);
4873 guard_set(av->guard_stored, newp, bytes, nb);
4904 guard_set(av->guard_stored, newp, bytes, nb);
4929 guard_set(av->guard_stored, oldp, bytes, nb);
5100 guard_set(av->guard_stored, p, 0, leadsize);
[all …]
/dports/math/vtk8/VTK-8.2.0/Testing/Core/
H A DHeaderTesting.py200 guard_set = None
207 guard_set = gs.group(1)
214 if not guard or not guard_set:
217 elif not guard == guard_set:
/dports/math/vtk9/VTK-9.1.0/Testing/Core/
H A DHeaderTesting.py208 guard_set = None
215 guard_set = gs.group(1)
222 if not guard or not guard_set:
225 elif not guard == guard_set:
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dcomposable_guard.cpp33 hpx::lcos::local::guard_set guards;
/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Drun_guarded.cpp20 hpx::lcos::local::guard_set guards;
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-guardmgr/src/
H A Dsample.rs209 let mut guard_set = GuardSet { in from_state() localVariable
221 let len_pre = guard_set.inner_lengths(); in from_state()
222 guard_set.fix_consistency(); in from_state()
223 let len_post = guard_set.inner_lengths(); in from_state()
236 guard_set in from_state()
/dports/devel/ga/ga-5.8/ma/
H A Dma.c168 private void guard_set(AD *ad);
1063 private void guard_set(ad) in guard_set() function
2053 guard_set(ad); in MA_allocate_heap()
2261 guard_set(ad); in MA_free_heap_piece()
3314 guard_set(ad); in MA_push_stack()