Home | History | Annotate | Download | only in plugin

Lines Matching refs:secure_getenv

82 #define secure_getenv __secure_getenv
88 /* Implementation of secure_getenv() for targets where it is not provided but
92 secure_getenv (const char *name)
101 #define secure_getenv getenv
1062 if (secure_getenv ("GCN_DEBUG"))
1067 if (secure_getenv ("GCN_SUPPRESS_HOST_FALLBACK"))
1072 hsa_runtime_lib = secure_getenv ("HSA_RUNTIME_LIB");
1076 support_cpu_devices = secure_getenv ("GCN_SUPPORT_CPU_DEVICES");
1078 const char *x = secure_getenv ("GCN_NUM_TEAMS");
1080 x = secure_getenv ("GCN_NUM_GANGS");
1084 const char *z = secure_getenv ("GCN_NUM_THREADS");
1086 z = secure_getenv ("GCN_NUM_WORKERS");
1090 const char *heap = secure_getenv ("GCN_HEAP_SIZE");