Home
last modified time | relevance | path

Searched defs:f (Results 1 – 12 of 12) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dfutures.rs23 f: F, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dfor_each.rs27 f: F, field
/commonlibrary/c_utils/base/src/
Dthread_pool.cpp71 void ThreadPool::AddTask(const Task &f) in AddTask()
Dthread_ex.cpp38 ThreadFunc f = t->startRoutine; in Proxy() local
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeable_memory_test.cpp180 FILE *f = fopen("/proc/sys/kernel/purgeable", "w"); in ReclaimPurgeable() local
Dpurgeable_c_test.cpp241 FILE *f = fopen("/proc/sys/kernel/purgeable", "w"); in ReclaimPurgeable() local
Dpurgeable_cpp_test.cpp507 FILE *f = fopen("/proc/sys/kernel/purgeable", "w"); in ReclaimPurgeable() local
Dpurgeableashmem_test.cpp655 FILE *f = fopen("/proc/sys/vm/drop_caches", "w"); in ReclaimPurgeable() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_task.rs500 let mut f = File::create(file_path).await.unwrap(); in ut_io_string_result() localVariable
505 let f = File::open(file_path).await.unwrap(); in ut_io_string_result() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs28 f: Option<Box<dyn FnMut() -> io::Result<()> + Send + Sync + 'static>>, field
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_refbase_test.cpp335 for (auto &f : threads) { variable
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
Drefbase_benchmark_test.cpp520 for (auto &f : threads) { in BENCHMARK_F() local