Searched refs:ident_t (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.h40 int __kmp_omp_num_threads(ident_t const *ident);
H A Dkmp_error.h24 ident_t const *ident);
26 ident_t const *ident, struct cons_data const *cons);
31 void __kmp_push_parallel(int gtid, ident_t const *ident);
32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident);
34 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
37 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
41 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident);
43 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident,
46 void __kmp_check_sync(int gtid, enum cons_type ct, ident_t const *ident,
50 void __kmp_pop_parallel(int gtid, ident_t cons
[all...]
H A Dkmp_atomic.h448 void __kmpc_atomic_fixed1_add(ident_t *id_ref, int gtid, char *lhs, char rhs);
449 void __kmpc_atomic_fixed1_andb(ident_t *id_ref, int gtid, char *lhs, char rhs);
450 void __kmpc_atomic_fixed1_div(ident_t *id_ref, int gtid, char *lhs, char rhs);
451 void __kmpc_atomic_fixed1u_div(ident_t *id_ref, int gtid, unsigned char *lhs,
453 void __kmpc_atomic_fixed1_mul(ident_t *id_ref, int gtid, char *lhs, char rhs);
454 void __kmpc_atomic_fixed1_orb(ident_t *id_ref, int gtid, char *lhs, char rhs);
455 void __kmpc_atomic_fixed1_shl(ident_t *id_ref, int gtid, char *lhs, char rhs);
456 void __kmpc_atomic_fixed1_shr(ident_t *id_ref, int gtid, char *lhs, char rhs);
457 void __kmpc_atomic_fixed1u_shr(ident_t *id_ref, int gtid, unsigned char *lhs,
459 void __kmpc_atomic_fixed1_sub(ident_t *id_re
[all...]
H A Dkmp.h179 Values for bit flags used in the ident_t to describe the fields.
236 } ident_t; typedef in typeref:struct:ident
1332 ident_t const *ident;
1714 void (*th_deo_fcn)(int *gtid, int *cid, ident_t *);
1716 void (*th_dxo_fcn)(int *gtid, int *cid, ident_t *);
2267 ident_t *td_ident; /* task identifier */
2269 ident_t *td_taskwait_ident;
2493 ident_t *th_ident;
2614 ident_t *t_ident; // if volatile, have to change too much other crud to
3123 extern int __kmp_enter_single(int gtid, ident_t *id_re
[all...]
H A Dkmp_error.cpp75 static char *__kmp_pragma(int ct, ident_t const *ident) {
108 ident_t const *ident // Construct ident.
117 ident_t const *ident, // First construct ident.
187 void __kmp_push_parallel(int gtid, ident_t const *ident) {
206 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) {
227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) {
244 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint32 seq )
246 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
330 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint32 seq )
332 __kmp_push_sync( int gtid, enum cons_type ct, ident_t cons
[all...]
H A Dkmp_itt.h65 ident_t *loc, int team_size,
77 __kmp_inline void __kmp_itt_metadata_loop(ident_t *loc, kmp_uint64 sched_type,
80 __kmp_inline void __kmp_itt_metadata_single(ident_t *loc);
101 const ident_t *);
114 const ident_t *);
H A Dkmp_debugger.cpp147 sizeof(ident_t),
148 offset_and_size_of(ident_t, psource),
149 offset_and_size_of(ident_t, flags),
263 int __kmp_omp_num_threads(ident_t const *ident) {
H A Dkmp_sched.cpp65 static void __kmp_for_static_init(ident_t *loc, kmp_int32 global_tid,
420 static void __kmp_dist_for_static_init(ident_t *loc, kmp_int32 gtid,
661 static void __kmp_team_static_init(ident_t *loc, kmp_int32 gtid,
794 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype,
810 void __kmpc_for_static_init_4u(ident_t *loc, kmp_int32 gtid,
827 void __kmpc_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype,
843 void __kmpc_for_static_init_8u(ident_t *loc, kmp_int32 gtid,
882 void __kmpc_dist_for_static_init_4(ident_t *loc, kmp_int32 gtid,
894 void __kmpc_dist_for_static_init_4u(ident_t *loc, kmp_int32 gtid,
906 void __kmpc_dist_for_static_init_8(ident_t *lo
[all...]
H A Dkmp_csupport.cpp36 void __kmpc_begin(ident_t *loc, kmp_int32 flags) {
58 void __kmpc_end(ident_t *loc) {
98 kmp_int32 __kmpc_global_thread_num(ident_t *loc) {
120 kmp_int32 __kmpc_global_num_threads(ident_t *loc) {
133 kmp_int32 __kmpc_bound_thread_num(ident_t *loc) {
143 kmp_int32 __kmpc_bound_num_threads(ident_t *loc) {
155 kmp_int32 __kmpc_ok_to_fork(ident_t *loc) {
217 kmp_int32 __kmpc_in_parallel(ident_t *loc) {
230 void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid,
238 void __kmpc_pop_num_threads(ident_t *lo
[all...]
H A Dkmp_dispatch.cpp42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
96 void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid,
705 inline void __kmp_dispatch_init_hier_runtime(ident_t *loc, T lb, T ub,
709 __kmp_dispatch_init_hier_runtime<kmp_int32>(ident_t *loc, kmp_int32 lb,
717 __kmp_dispatch_init_hier_runtime<kmp_uint32>(ident_t *loc, kmp_uint32 lb,
725 __kmp_dispatch_init_hier_runtime<kmp_int64>(ident_t *loc, kmp_int64 lb,
733 __kmp_dispatch_init_hier_runtime<kmp_uint64>(ident_t *loc, kmp_uint64 lb,
760 __kmp_dispatch_init(ident_t *loc, int gtid, enum sched_type schedule, T lb,
998 static void __kmp_dispatch_finish(int gtid, ident_t *lo
[all...]
H A Dkmp_cancel.cpp29 kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 cncl_kind) {
135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid,
243 kmp_int32 __kmpc_cancel_barrier(ident_t *loc, kmp_int32 gtid) {
H A Dkmp_dispatch.h46 extern void __kmp_dispatch_init_algorithm(ident_t *loc, int gtid,
61 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
62 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
319 void __kmp_dispatch_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
394 void __kmp_dispatch_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
H A Dkmp_lock.h36 // Forward declaration of ident and ident_t
39 typedef struct ident ident_t; typedef in typeref:struct:ident
232 ident_t const *location; // Source code location of omp_init_lock().
245 ident_t const *location; // Source code location of omp_init_lock().
359 ident_t const *location; // Source code location of omp_init_lock().
447 ident_t const *location; // Source code location of omp_init_lock().
870 extern const ident_t *(*__kmp_get_user_lock_location_)(kmp_user_lock_p lck);
872 static inline const ident_t *__kmp_get_user_lock_location(kmp_user_lock_p lck) {
881 const ident_t *loc);
884 const ident_t *lo
[all...]
H A Dkmp_tasking.cpp597 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid,
648 static void __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid,
663 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
680 void __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) {
981 static void __kmpc_omp_task_complete_if0_template(ident_t *loc_ref,
1006 void __kmpc_omp_task_complete_if0_ompt(ident_t *loc_ref, kmp_int32 gtid,
1017 void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid,
1031 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid,
1056 void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
1176 kmp_task_t *__kmp_task_alloc(ident_t *loc_re
[all...]
H A Dkmp_lock.cpp952 static const ident_t *__kmp_get_ticket_lock_location(kmp_ticket_lock_t *lck) {
957 const ident_t *loc) {
1685 static const ident_t *__kmp_get_queuing_lock_location(kmp_queuing_lock_t *lck) {
1690 const ident_t *loc) {
2644 static const ident_t *__kmp_get_drdpa_lock_location(kmp_drdpa_lock_t *lck) {
2649 const ident_t *loc) {
2877 const ident_t *loc) { \
3013 const ident_t *) = {0};
3016 const ident_t *(*__kmp_indirect_get_location[KMP_NUM_I_LOCKS])(
3301 (void (*)(kmp_user_lock_p, const ident_t *)) __kmp_set
[all...]
H A Dkmp_threadprivate.cpp505 void __kmpc_threadprivate_register(ident_t *loc, void *data, kmpc_ctor ctor,
540 void *__kmpc_threadprivate(ident_t *loc, kmp_int32 global_tid, void *data,
615 __kmpc_threadprivate_cached(ident_t *loc,
747 void __kmpc_threadprivate_register_vec(ident_t *loc, void *data,
H A Dkmp_atomic.cpp87 void __kmpc_atomic_<datatype>_<operation>( ident_t *id_ref, int gtid, TYPE *
90 @param ident_t a pointer to source location
102 TYPE __kmpc_atomic_<datatype>_<operation>_cpt( ident_t *id_ref, int gtid, TYPE *
105 @param ident_t a pointer to source location
117 void __kmpc_atomic_cmplx4_<op>_cpt( ident_t *id_ref, int gtid, kmp_cmplx32 *
131 TYPE __kmpc_atomic_<type>_rd ( ident_t *id_ref, int gtid, TYPE * loc );
136 void __kmpc_atomic_<type>_wr ( ident_t *id_ref, int gtid, TYPE * lhs, TYPE rhs
682 // void __kmpc_atomic_RTYPE_OP( ident_t*, int, TYPE *lhs, TYPE rhs );
695 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID(ident_t *id_ref, int gtid, \
1381 RET_TYPE __kmpc_atomic_##TYPE_ID##_##OP_ID##_rev(ident_t *id_re
[all...]
H A Dkmp_runtime.cpp73 ident_t *loc);
82 kmp_internal_control_t *new_icvs, ident_t *loc);
656 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
681 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) {
708 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) {
1132 void __kmp_serialized_parallel(ident_t *loc, kmp_int32 global_tid) {
1389 int __kmp_fork_call(ident_t *loc, int gtid,
2254 void __kmp_join_call(ident_t *loc, int gtid
4398 ident_t *loc) {
4419 ident_t *lo
[all...]
H A Dkmp_dispatch_hier.h478 int next_recurse(ident_t *loc, int gtid, kmp_hier_top_unit_t<T> *current,
710 int next(ident_t *loc, int gtid, dispatch_private_info_template<T> *pr,
914 void __kmp_dispatch_init_hierarchy(ident_t *loc, int n,
H A Dkmp_gsupport.cpp25 static ident_t loc = {0, KMP_IDENT_KMPC, 0, 0, ";unknown;unknown;0;0;;"};
324 unsigned num_threads, ident_t *loc,
368 __kmp_GOMP_fork_call(ident_t *loc, int gtid, void (*unwrapped_task)(void *),
406 static void __kmp_GOMP_serialized_parallel(ident_t *loc, kmp_int32 gtid,
H A Dkmp_taskdeps.cpp508 kmp_int32 __kmpc_omp_task_with_deps(ident_t *loc_ref, kmp_int32 gtid,
669 void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps,
H A Dkmp_barrier.cpp1458 ident_t *loc = __kmp_threads[gtid]->th.th_ident;
1845 ident_t *loc = team->t.t_ident;
2131 kmp_internal_control_t *new_icvs, ident_t *loc) {

Completed in 279 milliseconds