File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
openmp/runtime/src/include Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1229,20 +1229,44 @@ typedef struct ompd_callbacks_t {
1229
1229
get_thread_context_for_thread_id;
1230
1230
} ompd_callbacks_t;
1231
1231
1232
+ #if defined(__cplusplus)
1233
+ extern "C"
1234
+ #endif
1232
1235
void ompd_bp_parallel_begin(void);
1233
1236
1237
+ #if defined(__cplusplus)
1238
+ extern "C"
1239
+ #endif
1234
1240
void ompd_bp_parallel_end(void);
1235
1241
1242
+ #if defined(__cplusplus)
1243
+ extern "C"
1244
+ #endif
1236
1245
void ompd_bp_task_begin(void);
1237
1246
1247
+ #if defined(__cplusplus)
1248
+ extern "C"
1249
+ #endif
1238
1250
void ompd_bp_task_end(void);
1239
1251
1252
+ #if defined(__cplusplus)
1253
+ extern "C"
1254
+ #endif
1240
1255
void ompd_bp_thread_begin(void);
1241
1256
1257
+ #if defined(__cplusplus)
1258
+ extern "C"
1259
+ #endif
1242
1260
void ompd_bp_thread_end(void);
1243
1261
1262
+ #if defined(__cplusplus)
1263
+ extern "C"
1264
+ #endif
1244
1265
void ompd_bp_device_begin(void);
1245
1266
1267
+ #if defined(__cplusplus)
1268
+ extern "C"
1269
+ #endif
1246
1270
void ompd_bp_device_end(void);
1247
1271
1248
1272
ompd_rc_t ompd_initialize(ompd_word_t api_version,
You can’t perform that action at this time.
0 commit comments