Searched refs:DLD (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | tcm_adaptor.cpp | 62 DLD(tcmConnect, tcm_connect), 63 DLD(tcmDisconnect, tcm_disconnect), 64 DLD(tcmRequestPermit, tcm_request_permit), 65 DLD(tcmGetPermitData, tcm_get_permit_data), 66 DLD(tcmReleasePermit, tcm_release_permit), 67 DLD(tcmIdlePermit, tcm_idle_permit), 68 DLD(tcmDeactivatePermit, tcm_deactivate_permit), 69 DLD(tcmActivatePermit, tcm_activate_permit), 70 DLD(tcmRegisterThread, tcm_register_thread), 71 DLD(tcmUnregisterThread, tcm_unregister_thread), [all …]
|
| H A D | rml_tbb.cpp | 27 #define MAKE_SERVER(x) DLD(__TBB_make_rml_server,x) 28 #define GET_INFO(x) DLD(__TBB_call_with_my_server_info,x) 77 DLD(__RML_open_factory,open_factory_routine), in open() 79 DLD(__RML_close_factory,my_wait_to_close_routine), in open()
|
| H A D | dynamic_link.h | 47 #define DLD(s,h) {#s, (pointer_to_handler*)(void*)(&h), (pointer_to_handler)&s} macro 50 #define DLD(s,h) {#s, (pointer_to_handler*)(void*)(&h)} macro 51 #define DLD_NOWEAK(s,h) DLD(s,h)
|
| H A D | semaphore.cpp | 56 DLD(InitializeSRWLock, __TBB_init_binsem), 57 DLD(AcquireSRWLockExclusive, __TBB_acquire_binsem), 58 DLD(ReleaseSRWLockExclusive, __TBB_release_binsem)
|
| H A D | governor.cpp | 379 DLD(__TBB_internal_initialize_system_topology, initialize_system_topology_ptr), 380 DLD(__TBB_internal_destroy_system_topology, destroy_system_topology_ptr), 382 DLD(__TBB_internal_allocate_binding_handler, allocate_binding_handler_ptr), 383 DLD(__TBB_internal_deallocate_binding_handler, deallocate_binding_handler_ptr), 384 DLD(__TBB_internal_apply_affinity, apply_affinity_ptr), 385 DLD(__TBB_internal_restore_affinity, restore_affinity_ptr), 387 DLD(__TBB_internal_get_default_concurrency, get_default_concurrency_ptr)
|
| H A D | allocator.cpp | 104 DLD(scalable_malloc, allocate_handler_unsafe), 105 DLD(scalable_free, deallocate_handler), 106 DLD(scalable_aligned_malloc, cache_aligned_allocate_handler_unsafe), 107 DLD(scalable_aligned_free, cache_aligned_deallocate_handler),
|
| H A D | misc_ex.cpp | 276 DLD(GetActiveProcessorCount, TBB_GetActiveProcessorCount) 277 , DLD(GetActiveProcessorGroupCount, TBB_GetActiveProcessorGroupCount) 278 , DLD(SetThreadGroupAffinity, TBB_SetThreadGroupAffinity) 279 , DLD(GetThreadGroupAffinity, TBB_GetThreadGroupAffinity)
|