Searched refs:lock_word (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | spinlock_win32.inc | 24 std::atomic<uint32_t>* /* lock_word */, uint32_t /* value */, int loop, 35 std::atomic<uint32_t>* /* lock_word */, bool /* all */) {}
|
D | spinlock_akaros.inc | 24 std::atomic<uint32_t>* /* lock_word */, uint32_t /* value */, 33 std::atomic<uint32_t>* /* lock_word */, bool /* all */) {}
|
D | spinlock_posix.inc | 29 std::atomic<uint32_t>* /* lock_word */, uint32_t /* value */, int loop, 44 std::atomic<uint32_t>* /* lock_word */, bool /* all */) {}
|
/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock_win32.inc | 23 void AbslInternalSpinLockDelay(std::atomic<uint32_t>* /* lock_word */, 34 void AbslInternalSpinLockWake(std::atomic<uint32_t>* /* lock_word */,
|
D | spinlock_akaros.inc | 24 std::atomic<uint32_t>* /* lock_word */, uint32_t /* value */, 33 std::atomic<uint32_t>* /* lock_word */, bool /* all */) {}
|
D | spinlock_posix.inc | 29 std::atomic<uint32_t>* /* lock_word */, uint32_t /* value */, int loop, 44 std::atomic<uint32_t>* /* lock_word */, bool /* all */) {}
|
/third_party/ffmpeg/libavcodec/ |
D | ivi.h | 249 uint32_t lock_word; member
|
D | indeo5.c | 72 ctx->lock_word = get_bits_long(&ctx->gb, 32); in decode_gop_header()
|