Searched defs:funct (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/thread/ |
D | barrier.hpp | 144 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()
|
D | completion_latch.hpp | 92 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/ |
D | scheduler.hpp | 34 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/ |
D | genbessel.c | 72 char *funct, *bin_path; in main() local
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
D | geniperb.c | 72 char *funct, *bin_path; in main() local
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | genpower.c | 68 char *funct, *bin_path; in main() local
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | genexp_log.c | 68 char *funct, *bin_path; in main() local
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
D | gentrigo.c | 69 char *funct, *bin_path; in main() local
|
/third_party/ltp/testcases/misc/math/float/ |
D | tfloat.h | 89 double (*funct)(); member
|
/third_party/openssl/crypto/engine/ |
D | eng_table.c | 22 ENGINE *funct; member
|