HomeSort by relevance Sort by last modified time
    Searched defs:func1 (Results 51 - 71 of 71) sorted by null

1 23

  /external/libcxx/test/thread/futures/futures.shared_future/
wait_for.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
wait_until.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
  /external/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 21 void func1(std::promise<int> p) function
67 std::thread(func1, std::move(p)).detach();
wait.pass.cpp 19 void func1(std::promise<int> p) function
48 std::thread(func1, std::move(p)).detach();
wait_for.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
wait_until.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
  /external/valgrind/main/drd/tests/
std_list.cpp 48 void func1() { function in class:Test
59 void *func1(void *instance) function
63 casted->func1();
86 err = pthread_create(&thread1, NULL, &func1, &instance1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 21 void func1(std::promise<int> p) function
67 std::thread(func1, std::move(p)).detach();
wait.pass.cpp 19 void func1(std::promise<int> p) function
48 std::thread(func1, std::move(p)).detach();
wait_for.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
wait_until.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 21 void func1(std::promise<int> p) function
67 std::thread(func1, std::move(p)).detach();
wait.pass.cpp 19 void func1(std::promise<int> p) function
48 std::thread(func1, std::move(p)).detach();
wait_for.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
wait_until.pass.cpp 23 void func1(std::promise<int> p) function
51 std::thread(func1, std::move(p)).detach();
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 84 functype func1; member in struct:InstantiateFunctionTypedef::X
95 (void)x.func1(1, 2);
  /external/jemalloc/test/src/
SFMT.c 127 JEMALLOC_INLINE_C uint32_t func1(uint32_t x);
366 static uint32_t func1(uint32_t x) { function
671 r = func1(psfmt32[idxof(0)] ^ psfmt32[idxof(mid)]
680 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)]
689 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 1471 v8::Local<v8::Function> func1 = func_template->GetFunction(); local
    [all...]
test-api.cc 20007 Local<Function> func1; local
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 2246 CvColorCvtFunc1 func1 = 0; local
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 833 static int func1() EXCLUSIVE_LOCKS_REQUIRED(mu1_);
841 int Bar::func1() function in class:thread_annot_lock_20::Bar
930 void func1(int y) LOCKS_EXCLUDED(mu_);
940 foo->func1(5);
1151 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1158 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1167 b->func1();
1172 c->func1();
4361 auto func1 = [this]() EXCLUSIVE_LOCKS_REQUIRED(mu_) { local
    [all...]

Completed in 1710 milliseconds

1 23