Home
last modified time | relevance | path

Searched refs:wrapper_t (Results 1 – 25 of 60) sorted by relevance

123

/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Dthreadprof.c21 } wrapper_t; typedef
30 wrapper_t wrapper_data; in gprof_pthread_create()
63 void * (*start_routine)(void *) = ((wrapper_t*)data)->start_routine; in wrapper_routine()
64 void * arg = ((wrapper_t*)data)->arg; in wrapper_routine()
67 setitimer(ITIMER_PROF, &((wrapper_t*)data)->itimer, NULL); in wrapper_routine()
70 pthread_mutex_lock(&((wrapper_t*)data)->lock); in wrapper_routine()
71 pthread_cond_signal(&((wrapper_t*)data)->wait); in wrapper_routine()
72 pthread_mutex_unlock(&((wrapper_t*)data)->lock); in wrapper_routine()
/dports/dns/ldapdns/ldapdns-2.07/
H A Dprofile.h24 } wrapper_t; typedef
33 wrapper_t wrapper_data; in gprof_pthread_create()
65 void * (*start_routine)(void *) = ((wrapper_t*)data)->start_routine; in wrapper_routine()
66 void * arg = ((wrapper_t*)data)->arg; in wrapper_routine()
69 setitimer(ITIMER_PROF, &((wrapper_t*)data)->itimer, NULL); in wrapper_routine()
72 pthread_mutex_lock(&((wrapper_t*)data)->lock); in wrapper_routine()
73 pthread_cond_signal(&((wrapper_t*)data)->wait); in wrapper_routine()
74 pthread_mutex_unlock(&((wrapper_t*)data)->lock); in wrapper_routine()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_multimin__linear_wrapper.c22 wrapper_t; typedef
25 moveto (double alpha, wrapper_t * w) in moveto()
41 slope (wrapper_t * w) /* compute gradient . direction */ in slope()
51 wrapper_t *w = (wrapper_t *) params; in wrap_f()
68 wrapper_t *w = (wrapper_t *) params; in wrap_df()
91 wrapper_t *w = (wrapper_t *) params; in wrap_fdf()
122 prepare_wrapper (wrapper_t * w, gsl_multimin_function_fdf * fdf, in prepare_wrapper()
155 update_position (wrapper_t * w, double alpha, gsl_vector *x, double *f, gsl_vector *g) in update_position()
166 change_direction (wrapper_t * w) in change_direction()
/dports/math/gsl/gsl-2.7/multimin/
H A Dlinear_wrapper.c22 wrapper_t; typedef
25 moveto (double alpha, wrapper_t * w) in moveto()
41 slope (wrapper_t * w) /* compute gradient . direction */ in slope()
51 wrapper_t *w = (wrapper_t *) params; in wrap_f()
68 wrapper_t *w = (wrapper_t *) params; in wrap_df()
91 wrapper_t *w = (wrapper_t *) params; in wrap_fdf()
122 prepare_wrapper (wrapper_t * w, gsl_multimin_function_fdf * fdf, in prepare_wrapper()
155 update_position (wrapper_t * w, double alpha, gsl_vector *x, double *f, gsl_vector *g) in update_position()
166 change_direction (wrapper_t * w) in change_direction()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dgprofhelper.c61 } wrapper_t; typedef
67 void * (*start_routine)(void *) = ((wrapper_t*)data)->start_routine; in wrapper_routine()
68 void * arg = ((wrapper_t*)data)->arg; in wrapper_routine()
71 setitimer(ITIMER_PROF, &((wrapper_t*)data)->itimer, NULL); in wrapper_routine()
74 pthread_mutex_lock(&((wrapper_t*)data)->lock); in wrapper_routine()
75 pthread_cond_signal(&((wrapper_t*)data)->wait); in wrapper_routine()
76 pthread_mutex_unlock(&((wrapper_t*)data)->lock); in wrapper_routine()
88 wrapper_t wrapper_data; in pthread_create()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/property/
H A Dproperty_class_invoke_wrapper.cpp79 type wrapper_t = obj_t.get_wrapped_type(); variable
80 REQUIRE(wrapper_t.is_wrapper() == false);
81 REQUIRE(wrapper_t == type::get<property_wrapper_test_base*>());
82 property p1 = wrapper_t.get_property("p1");
104 type wrapper_t = var.get_type().get_wrapped_type(); variable
105 property p1 = wrapper_t.get_property("p1");
126 type wrapper_t = obj_t.get_wrapped_type(); variable
127 CHECK(wrapper_t.is_wrapper() == false);
128 CHECK(wrapper_t == type::get<property_wrapper_test_base>());
130 property p1 = wrapper_t.get_property("p1");
/dports/games/passage/Passage_v4_UnixSource/minorGems/system/linux/
H A DThreadLinux.cpp177 } wrapper_t; typedef
192 wrapper_t wrapper_data; in gprof_pthread_create()
227 void * (*start_routine)(void *) = ((wrapper_t*)data)->start_routine; in wrapper_routine()
228 void * arg = ((wrapper_t*)data)->arg; in wrapper_routine()
231 setitimer(ITIMER_PROF, &((wrapper_t*)data)->itimer, NULL); in wrapper_routine()
234 pthread_mutex_lock(&((wrapper_t*)data)->lock); in wrapper_routine()
235 pthread_cond_signal(&((wrapper_t*)data)->wait); in wrapper_routine()
236 pthread_mutex_unlock(&((wrapper_t*)data)->lock); in wrapper_routine()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/system/linux/
H A DThreadLinux.cpp177 } wrapper_t; typedef
192 wrapper_t wrapper_data; in gprof_pthread_create()
227 void * (*start_routine)(void *) = ((wrapper_t*)data)->start_routine; in wrapper_routine()
228 void * arg = ((wrapper_t*)data)->arg; in wrapper_routine()
231 setitimer(ITIMER_PROF, &((wrapper_t*)data)->itimer, NULL); in wrapper_routine()
234 pthread_mutex_lock(&((wrapper_t*)data)->lock); in wrapper_routine()
235 pthread_cond_signal(&((wrapper_t*)data)->wait); in wrapper_routine()
236 pthread_mutex_unlock(&((wrapper_t*)data)->lock); in wrapper_routine()
/dports/devel/wf-config/wf-config-0.7.1/test/
H A Doption_wrapper_test.cpp10 class wrapper_t : public wf::base_option_wrapper_t<Type> class
13 wrapper_t() : wf::base_option_wrapper_t<Type>() in wrapper_t() function in wrapper_t
15 wrapper_t(const std::string& option) : in wrapper_t() function in wrapper_t
48 wrapper_t<int> wrapper{"Test/Option1"};
52 wrapper_t<compound_list_t<int, double>> wrapper2{"Test/Option2"};
67 wrapper_t<int> wrapper1{"Test/Option1"};
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/method/
H A Dtest_method_reflection.cpp470 type wrapper_t = obj_t.get_wrapped_type(); variable
471 REQUIRE(wrapper_t.is_wrapper() == false);
472 REQUIRE(wrapper_t == type::get<method_test*>());
473 method m1 = wrapper_t.get_method("method_1");
487 type wrapper_t = obj_t.get_wrapped_type(); variable
488 REQUIRE(wrapper_t.is_wrapper() == false);
490 method m1 = wrapper_t.get_method("method_1");
506 type wrapper_t = obj_t.get_wrapped_type(); variable
507 CHECK(wrapper_t.is_wrapper() == false);
508 CHECK(wrapper_t == type::get<method_test>());
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dallocate_with_source_15.f0318 type :: wrapper_t type
22 end type wrapper_t
25 type(wrapper_t) :: classes(20)

123