Searched refs:FCT (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profiling.cpp | 44 atomic_uintptr_t FCT; member 135 uptr FCT = 0; in getThreadLocalData() local 136 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { in getThreadLocalData() 140 FCT = reinterpret_cast<uptr>( in getThreadLocalData() 142 atomic_store(&TLD.FCT, FCT, memory_order_release); in getThreadLocalData() 145 if (FCT == 1) in getThreadLocalData() 152 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel); in cleanupTLD() local 153 if (FCT == reinterpret_cast<uptr>(reinterpret_cast<FunctionCallTrie *>( in cleanupTLD() 155 reinterpret_cast<FunctionCallTrie *>(FCT)->~FunctionCallTrie(); in cleanupTLD() 169 uptr P = atomic_exchange(&T.FCT, 0, memory_order_acq_rel); in postCurrentThreadFCT() [all …]
|
| H A D | xray_profile_collector.cpp | 63 FunctionCallTrie FCT; member 273 if (ThreadTrie.FCT.getRoots().empty()) in serialize() 276 populateRecords(ProfileRecords, PathAlloc, ThreadTrie.FCT); in serialize() 277 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
|
| /src/sys/dev/usb/ |
| H A D | usbdevs | 3950 product QUALCOMM2 RWT_FCT 0x3100 RWT FCT-CDMA 2000 1xRTT modem
|