HomeSort by: relevance | last modified time | path
    Searched refs:type_ (Results 1 - 6 of 6) sorted by relevancy

  /src/common/include/prop/
prop_ingest.h 59 #define PROP_INGEST(key_, type_, handler_) \
61 .pite_type = type_ , \
65 #define PROP_INGEST_OPTIONAL(key_, type_, handler_) \
67 .pite_type = type_ , \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 94 , type_(type) {
104 if (type_ == Normal)
107 else if (type_ == Spin)
110 else if (type_ == RW)
118 CHECK(type_ == Normal);
127 if (type_ == Normal)
130 else if (type_ == Spin)
133 else if (type_ == RW)
139 if (type_ == Normal)
142 else if (type_ == Spin
    [all...]
tsan_test_util.h 61 const Type type_; member in class:Mutex
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 59 MutexType type_; member in class:__tsan::Mutex
tsan_mutex.cc 215 type_ = type;
229 cur_thread()->internal_deadlock_detector.Lock(type_);
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
260 cur_thread()->internal_deadlock_detector.Lock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscalls_netbsd.inc 272 (void *type_, void *path_, long long flags_, void *data_) {
276 (long long res, void *type_, void *path_, long long flags_, void *data_) {
902 (long long domain_, long long type_, long long protocol_) {
906 (long long res, long long domain_, long long type_, long long protocol_) {
1192 (long long domain_, long long type_, long long protocol_, void *rsv_) {
1196 (long long res, long long domain_, long long type_, long long protocol_,
2848 (long long domain_, long long type_, long long protocol_) {
2852 (long long res, long long domain_, long long type_, long long protocol_) {
2948 (void *type_, void *path_, long long flags_, void *data_, long long data_len_) {
2949 const char *type = (const char *)type_;
    [all...]

Completed in 14 milliseconds