Home
last modified time | relevance | path

Searched defs:P (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbb/
H A Dsemaphore.h136 void P() {WaitForSingleObjectEx( sem, INFINITE, FALSE );} in P() function
154 void P() { in P() function
177 void P() { in P() function
204 void P() { WaitForSingleObjectEx( my_sem, INFINITE, FALSE ); } in P() function
247 void P() { in P() function
283 void P() { in P() function
H A Dsemaphore.cpp84 void binary_semaphore::P() { __TBB_acquire_binsem( &my_sem.lock ); } in P() function in tbb::detail::r1::binary_semaphore
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp145 point_t extremum(const pointVec_t &P) { in extremum()
210 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide()
228 void divide_and_conquer(const pointVec_t &P, pointVec_t &H, point_t p1, point_t p2) { in divide_and_conquer()
H A Dconvex_hull_bench.cpp107 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide()
123 void divide_and_conquer(const pointVec_t &P, pointVec_t &H, point_t p1, point_t p2) { in divide_and_conquer()
365 point_t extremum(const pointVec_t &P) { in extremum()
508 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide()
526 void divide_and_conquer(const pointVec_t &P, pointVec_t &H, point_t p1, point_t p2, bool buffered) { in divide_and_conquer()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_shutdown_hang.cpp56 const int P = tbb::global_control::max_allowed_parallelism; in hangOnExitReproducer() local
/oneTBB/examples/graph/logic_sim/
H A Done_bit_adder.hpp20 namespace P { namespace
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp208 vector P, tmp, norm; in stri_normal() local