Searched defs:P (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | semaphore.h | 136 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 D | semaphore.cpp | 84 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 D | convex_hull_sample.cpp | 145 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 D | convex_hull_bench.cpp | 107 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 D | test_malloc_shutdown_hang.cpp | 56 const int P = tbb::global_control::max_allowed_parallelism; in hangOnExitReproducer() local
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | one_bit_adder.hpp | 20 namespace P { namespace
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | triangle.cpp | 208 vector P, tmp, norm; in stri_normal() local
|