Home
last modified time | relevance | path

Searched refs:cons_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h23 void __kmp_error_construct(kmp_i18n_id_t id, enum cons_type ct,
25 void __kmp_error_construct2(kmp_i18n_id_t id, enum cons_type ct,
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,
51 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
53 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident);
[all …]
H A Dkmp_error.cpp113 enum cons_type ct, // Construct type. in __kmp_error_construct()
122 enum cons_type ct, // First construct type. in __kmp_error_construct2()
212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare()
233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare()
250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint…
252 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
281 enum cons_type stack_type;
336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3…
338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
383 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
[all …]
H A Dkmp_dispatch.h153 enum cons_type pushed_ws;
H A Dkmp.h1670 enum cons_type { enum
1690 enum cons_type type;
2034 enum cons_type pushed_ws;
/freebsd/tools/test/buf_ring/
H A Dbuf_ring_test.c85 } cons_type = CT_UNKNOWN; variable
136 switch(cons_type) { in consumer()
161 if (cons_type != CT_MC_MT) { in consumer()
242 cons_type = CT_MC; in main()
244 cons_type = CT_MC_MT; in main()
246 cons_type = CT_SC; in main()
248 cons_type = CT_PEEK; in main()
250 cons_type = CT_PEEK_CLEAR; in main()
270 if (cons_type == CT_UNKNOWN) in main()
279 if (cons_type == CT_MC_MT) { in main()
[all …]