/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/ |
H A D | private_server.cpp | 141 padded_private_worker* my_thread_array; member in tbb::internal::rml::private_server 189 my_thread_array[i].start_shutdown(); in request_close_connection() 327 my_thread_array(NULL) in private_server() 335 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 336 memset( my_thread_array, 0, sizeof(private_worker)*my_n_thread ); in private_server() 338 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 347 my_thread_array[i].~padded_private_worker(); in ~private_server() 348 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 349 tbb::internal::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/ |
H A D | private_server.cpp | 142 padded_private_worker* my_thread_array; member in tbb::internal::rml::private_server 190 my_thread_array[i].start_shutdown(); in request_close_connection() 324 my_thread_array(NULL) in private_server() 332 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 334 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 343 my_thread_array[i].~padded_private_worker(); in ~private_server() 344 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 345 tbb::internal::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/ |
H A D | private_server.cpp | 138 padded_private_worker* my_thread_array; member in tbb::internal::rml::private_server 186 my_thread_array[i].start_shutdown(); in request_close_connection() 323 my_thread_array(NULL) in private_server() 331 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 333 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 342 my_thread_array[i].~padded_private_worker(); in ~private_server() 343 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 344 tbb::internal::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/devel/tbb/oneTBB-2020.3/src/tbb/ |
H A D | private_server.cpp | 138 padded_private_worker* my_thread_array; member in tbb::internal::rml::private_server 186 my_thread_array[i].start_shutdown(); in request_close_connection() 323 my_thread_array(NULL) in private_server() 331 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 333 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 342 my_thread_array[i].~padded_private_worker(); in ~private_server() 343 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 344 tbb::internal::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/ |
H A D | private_server.cpp | 138 padded_private_worker* my_thread_array; member in tbb::internal::rml::private_server 186 my_thread_array[i].start_shutdown(); in request_close_connection() 323 my_thread_array(NULL) in private_server() 331 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 333 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 342 my_thread_array[i].~padded_private_worker(); in ~private_server() 343 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 344 tbb::internal::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/ |
H A D | private_server.cpp | 140 padded_private_worker* my_thread_array; member in tbb::detail::r1::rml::private_server 188 my_thread_array[i].start_shutdown(); in request_close_connection() 327 my_thread_array(NULL), in private_server() 333 my_thread_array = tbb::cache_aligned_allocator<padded_private_worker>().allocate( my_n_thread ); in private_server() 335 private_worker* t = new( &my_thread_array[i] ) padded_private_worker( *this, client, i ); in private_server() 344 my_thread_array[i].~padded_private_worker(); in ~private_server() 345 … tbb::cache_aligned_allocator<padded_private_worker>().deallocate( my_thread_array, my_n_thread ); in ~private_server() 346 tbb::detail::poison_pointer( my_thread_array ); in ~private_server()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/ |
H A D | semaphore_tests.cc | 138 pthread_t my_thread_array[10]; in TestSemNormalOperation() local 140 EXPECT(0 == pthread_create(&my_thread_array[i], 0, &PostThreadFunc, &pta)); in TestSemNormalOperation() 147 EXPECT(0 == pthread_join(my_thread_array[i], 0)); in TestSemNormalOperation()
|
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/python/rml/ |
H A D | ipc_server.cpp | 353 padded_ipc_worker* my_thread_array; member in tbb::internal::rml::ipc_server 451 my_thread_array[i].start_shutdown( my_join_workers ); in request_close_connection() 807 my_thread_array(NULL), in ipc_server() 824 my_thread_array = tbb::cache_aligned_allocator<padded_ipc_worker>().allocate( my_n_thread ); in ipc_server() 825 memset( my_thread_array, 0, sizeof(padded_ipc_worker)*my_n_thread ); in ipc_server() 827 ipc_worker* t = new( &my_thread_array[i] ) padded_ipc_worker( *this, client, i ); in ipc_server() 855 my_thread_array[i].~padded_ipc_worker(); in ~ipc_server() 856 tbb::cache_aligned_allocator<padded_ipc_worker>().deallocate( my_thread_array, my_n_thread ); in ~ipc_server() 857 tbb::internal::poison_pointer( my_thread_array ); in ~ipc_server()
|
/dports/devel/tbb/oneTBB-2020.3/python/rml/ |
H A D | ipc_server.cpp | 353 padded_ipc_worker* my_thread_array; member in tbb::internal::rml::ipc_server 451 my_thread_array[i].start_shutdown( my_join_workers ); in request_close_connection() 807 my_thread_array(NULL), in ipc_server() 824 my_thread_array = tbb::cache_aligned_allocator<padded_ipc_worker>().allocate( my_n_thread ); in ipc_server() 825 memset( my_thread_array, 0, sizeof(padded_ipc_worker)*my_n_thread ); in ipc_server() 827 ipc_worker* t = new( &my_thread_array[i] ) padded_ipc_worker( *this, client, i ); in ipc_server() 855 my_thread_array[i].~padded_ipc_worker(); in ~ipc_server() 856 tbb::cache_aligned_allocator<padded_ipc_worker>().deallocate( my_thread_array, my_n_thread ); in ~ipc_server() 857 tbb::internal::poison_pointer( my_thread_array ); in ~ipc_server()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/python/rml/ |
H A D | ipc_server.cpp | 353 padded_ipc_worker* my_thread_array; member in tbb::internal::rml::ipc_server 451 my_thread_array[i].start_shutdown( my_join_workers ); in request_close_connection() 807 my_thread_array(NULL), in ipc_server() 824 my_thread_array = tbb::cache_aligned_allocator<padded_ipc_worker>().allocate( my_n_thread ); in ipc_server() 825 memset( my_thread_array, 0, sizeof(padded_ipc_worker)*my_n_thread ); in ipc_server() 827 ipc_worker* t = new( &my_thread_array[i] ) padded_ipc_worker( *this, client, i ); in ipc_server() 855 my_thread_array[i].~padded_ipc_worker(); in ~ipc_server() 856 tbb::cache_aligned_allocator<padded_ipc_worker>().deallocate( my_thread_array, my_n_thread ); in ~ipc_server() 857 tbb::internal::poison_pointer( my_thread_array ); in ~ipc_server()
|
/dports/devel/onetbb/oneTBB-2021.4.0/python/rml/ |
H A D | ipc_server.cpp | 376 padded_ipc_worker* my_thread_array; member in tbb::detail::rml::ipc_server 474 my_thread_array[i].start_shutdown( my_join_workers ); in request_close_connection() 836 my_thread_array(nullptr), in ipc_server() 853 my_thread_array = tbb::cache_aligned_allocator<padded_ipc_worker>().allocate( my_n_thread ); in ipc_server() 855 ipc_worker* t = new( &my_thread_array[i] ) padded_ipc_worker( *this, client, i ); in ipc_server() 881 my_thread_array[i].~padded_ipc_worker(); in ~ipc_server() 882 tbb::cache_aligned_allocator<padded_ipc_worker>().deallocate( my_thread_array, my_n_thread ); in ~ipc_server() 883 tbb::detail::d0::poison_pointer( my_thread_array ); in ~ipc_server()
|