Home
last modified time | relevance | path

Searched defs:funct (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/thread/
Dbarrier.hpp144 barrier( in barrier()
161 F &funct, in barrier()
175 barrier( in barrier()
190 F& funct, in barrier()
201 barrier(unsigned int count, void(*funct)()) : in barrier()
209 barrier(unsigned int count, unsigned int(*funct)()) : in barrier()
Dcompletion_latch.hpp92 completion_latch(std::size_t count, BOOST_THREAD_RV_REF(F) funct) : in completion_latch()
99 completion_latch(std::size_t count, void(*funct)()) : in completion_latch()
197 completion_function then(BOOST_THREAD_RV_REF(F) funct) in then()
205 completion_function then(void(*funct)()) in then()
/third_party/boost/boost/thread/executors/
Dscheduler.hpp34 resubmitter(Executor& ex, Function funct) : in resubmitter()
46 Function funct; member in boost::executors::resubmitter
52 resubmit(Executor& ex, BOOST_THREAD_FWD_REF(Function) funct) { in resubmit()
/third_party/ltp/testcases/misc/math/float/bessel/
Dgenbessel.c72 char *funct, *bin_path; in main() local
/third_party/ltp/testcases/misc/math/float/iperb/
Dgeniperb.c72 char *funct, *bin_path; in main() local
/third_party/ltp/testcases/misc/math/float/power/
Dgenpower.c68 char *funct, *bin_path; in main() local
/third_party/ltp/testcases/misc/math/float/exp_log/
Dgenexp_log.c68 char *funct, *bin_path; in main() local
/third_party/ltp/testcases/misc/math/float/trigo/
Dgentrigo.c69 char *funct, *bin_path; in main() local
/third_party/ltp/testcases/misc/math/float/
Dtfloat.h89 double (*funct)(); member
/third_party/openssl/crypto/engine/
Deng_table.c22 ENGINE *funct; member