about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedtbbbindtypes.h
blob: 0ba646af2812c25b856994ec09a69981c148d2e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.2.0.18) *
 *******************************************************************/
#ifndef __wrappedtbbbindTYPES_H_
#define __wrappedtbbbindTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFv_t)(void);
typedef void (*vFp_t)(void*);
typedef void (*vFpi_t)(void*, int32_t);
typedef int32_t (*iFiii_t)(int32_t, int32_t, int32_t);
typedef void* (*pFiiii_t)(int32_t, int32_t, int32_t, int32_t);
typedef void (*vFLpppp_t)(uintptr_t, void*, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(__TBB_internal_destroy_system_topology, vFv_t) \
	GO(__TBB_internal_deallocate_binding_handler, vFp_t) \
	GO(__TBB_internal_apply_affinity, vFpi_t) \
	GO(__TBB_internal_restore_affinity, vFpi_t) \
	GO(__TBB_internal_get_default_concurrency, iFiii_t) \
	GO(__TBB_internal_allocate_binding_handler, pFiiii_t) \
	GO(__TBB_internal_initialize_system_topology, vFLpppp_t)

#endif // __wrappedtbbbindTYPES_H_