Home
last modified time | relevance | path

Searched refs:FTN_STDCALL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h13 #ifndef FTN_STDCALL
71 void FTN_STDCALL FTN_SET_STACKSIZE(int KMP_DEREF arg) { in FTN_SET_STACKSIZE()
80 void FTN_STDCALL FTN_SET_STACKSIZE_S(size_t KMP_DEREF arg) { in FTN_SET_STACKSIZE_S()
89 int FTN_STDCALL FTN_GET_STACKSIZE(void) { in FTN_GET_STACKSIZE()
100 size_t FTN_STDCALL FTN_GET_STACKSIZE_S(void) { in FTN_GET_STACKSIZE_S()
111 void FTN_STDCALL FTN_SET_BLOCKTIME(int KMP_DEREF arg) { in FTN_SET_BLOCKTIME()
128 int FTN_STDCALL FTN_GET_BLOCKTIME(void) { in FTN_GET_BLOCKTIME()
163 void FTN_STDCALL FTN_SET_LIBRARY_SERIAL(void) { in FTN_SET_LIBRARY_SERIAL()
172 void FTN_STDCALL FTN_SET_LIBRARY_TURNAROUND(void) { in FTN_SET_LIBRARY_TURNAROUND()
181 void FTN_STDCALL FTN_SET_LIBRARY_THROUGHPU in FTN_SET_LIBRARY_THROUGHPUT()
[all...]
H A Dkmp_ftn_stdcall.cpp26 #define FTN_STDCALL KMP_STDCALL macro
H A Dkmp_ftn_extra.cpp27 #define FTN_STDCALL /* nothing to do */ macro
H A Dkmp_ftn_cdecl.cpp29 #define FTN_STDCALL /* no stdcall */ macro