Searched defs:funct (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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()
|
/aosp_15_r20/external/crosvm/tests/ |
H A D | plugin_supported_cpuid.c | 26 int test_cpuid(void* crosvm, union cpuid_function funct, const char* name) { in test_cpuid() 72 union cpuid_function funct; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/bessel/ |
H A D | genbessel.c | 72 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/ |
H A D | genpower.c | 68 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/exp_log/ |
H A D | genexp_log.c | 68 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/iperb/ |
H A D | geniperb.c | 72 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 69 char *funct, *bin_path; in main() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/ |
H A D | tfloat.h | 89 double (*funct)(); member
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | access.cpp | 98 void funct(T) in funct() function
|
/aosp_15_r20/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1744 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
|