Searched refs:CheckDeviceAndCtors (Results 1 – 3 of 3) sorted by relevance
136 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_data_begin_mapper()277 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_data_update_mapper()330 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_mapper()398 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_teams_mapper()466 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __kmpc_push_target_tripcount()
42 extern int CheckDeviceAndCtors(int64_t device_id);
183 int CheckDeviceAndCtors(int64_t device_id) { in CheckDeviceAndCtors() function