Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
openmp/runtime/src/kmp.h
Show First 20 Lines • Show All 3,451 Lines • ▼ Show 20 Lines | |||||
extern void __kmp_clear_system_time(void); | extern void __kmp_clear_system_time(void); | ||||
extern void __kmp_read_system_time(double *delta); | extern void __kmp_read_system_time(double *delta); | ||||
extern void __kmp_check_stack_overlap(kmp_info_t *thr); | extern void __kmp_check_stack_overlap(kmp_info_t *thr); | ||||
extern void __kmp_expand_host_name(char *buffer, size_t size); | extern void __kmp_expand_host_name(char *buffer, size_t size); | ||||
extern void __kmp_expand_file_name(char *result, size_t rlen, char *pattern); | extern void __kmp_expand_file_name(char *result, size_t rlen, char *pattern); | ||||
#if KMP_ARCH_X86 || KMP_ARCH_X86_64 | #if KMP_ARCH_X86 || KMP_ARCH_X86_64 || (KMP_OS_WINDOWS && KMP_ARCH_AARCH64) | ||||
extern void | extern void | ||||
__kmp_initialize_system_tick(void); /* Initialize timer tick value */ | __kmp_initialize_system_tick(void); /* Initialize timer tick value */ | ||||
#endif | #endif | ||||
extern void | extern void | ||||
__kmp_runtime_initialize(void); /* machine specific initialization */ | __kmp_runtime_initialize(void); /* machine specific initialization */ | ||||
extern void __kmp_runtime_destroy(void); | extern void __kmp_runtime_destroy(void); | ||||
▲ Show 20 Lines • Show All 842 Lines • Show Last 20 Lines |