__stdcall          35 src/ftdm_threadmutex.c #define FTDM_THREAD_CALLING_CONVENTION __stdcall
__stdcall         122 src/ftdm_threadmutex.c 	thread->handle = (void *)_beginthreadex(NULL, (unsigned)thread->stack_size, (unsigned int (__stdcall *)(void *))thread_launch, thread, 0, NULL);
__stdcall          61 src/include/ftdm_declare.h #define FT_DECLARE(type)			type __stdcall
__stdcall          65 src/include/ftdm_declare.h #define FT_DECLARE(type)			__declspec(dllexport) type __stdcall
__stdcall          69 src/include/ftdm_declare.h #define FT_DECLARE(type)			__declspec(dllimport) type __stdcall
__stdcall         115 src/include/private/libteletone.h #define TELETONE_API(type)			type __stdcall
__stdcall         119 src/include/private/libteletone.h #define TELETONE_API(type)			__declspec(dllexport) type __stdcall
__stdcall         123 src/include/private/libteletone.h #define TELETONE_API(type)			__declspec(dllimport) type __stdcall