Home
last modified time | relevance | path

Searched refs:PW_DASSERT (Results 1 – 25 of 25) sorted by relevance

/external/pigweed/pw_blob_store/public/pw_blob_store/
Dblob_store.h75 PW_DASSERT(!open_); in Open()
91 PW_DASSERT(open_); in Close()
106 PW_DASSERT(open_); in Erase()
116 PW_DASSERT(open_); in Discard()
125 PW_DASSERT(open_); in ConservativeWriteLimit()
130 PW_DASSERT(open_); in CurrentSizeBytes()
136 PW_DASSERT(open_); in DoWrite()
160 PW_DASSERT(open_); in Flush()
169 PW_DASSERT(open_); in ConservativeWriteLimit()
176 PW_DASSERT(open_); in DoWrite()
[all …]
/external/pigweed/pw_assert/
Dlight_test.cc30 PW_DASSERT(++evaluated); in TEST()
51 PW_DASSERT(false); in TEST()
Dassert_backend_compile_test_c.c221 PW_DASSERT(true); in AssertBackendCompileTestsInC()
222 PW_DASSERT(123 != 456); in AssertBackendCompileTestsInC()
Ddocs.rst452 .. cpp:function:: PW_DASSERT(condition)
462 ``PW_DASSERT()`` capture no rich information like line numbers, the file,
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dmutex_inline.h36 PW_DASSERT(handle == &native_type_); in Mutex()
45 PW_DASSERT(result == pdTRUE); in lock()
Dcounting_semaphore_inline.h31 PW_DASSERT(handle == &native_type_); in CountingSemaphore()
42 PW_DASSERT(result == pdTRUE); in acquire()
Dbinary_semaphore_inline.h30 PW_DASSERT(handle == &native_type_); in BinarySemaphore()
52 PW_DASSERT(result == pdTRUE); in acquire()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Doptions.h65 PW_DASSERT(priority <= PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_priority()
90 PW_DASSERT(preemption_threshold < PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_preemption_threshold()
Dyield_inline.h23 PW_DASSERT(get_id() != thread::Id()); in yield()
Did_inline.h28 PW_DASSERT(TX_THREAD_GET_SYSTEM_STATE() == 0); in get_id()
Dthread_inline.h33 inline Thread::~Thread() { PW_DASSERT(native_type_ == nullptr); } in ~Thread()
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h64 PW_DASSERT(data.empty() || data.data() != nullptr); in Write()
116 PW_DASSERT(dest.empty() || dest.data() != nullptr); in Read()
/external/pigweed/pw_hdlc/public/pw_hdlc/
Drpc_channel.h48 PW_DASSERT(buffer.data() == buffer_.data()); in SendAndReleaseBuffer()
76 PW_DASSERT(buffer.data() == buffer_.data()); in SendAndReleaseBuffer()
/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc210 PW_DASSERT(entry_count != 0); in InternalPopFrontAll()
234 PW_DASSERT(readers_.size() > 0); in GetSlowestReader()
336 PW_DASSERT(user_preamble_bytes != 0u); in FrontEntryInfo()
345 PW_DASSERT(length_bytes != 0u); in FrontEntryInfo()
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dyield_inline.h23 PW_DASSERT(get_id() != thread::Id()); in yield()
Did_inline.h23 PW_DASSERT(OS_IsRunning() != 0); in get_id()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dyield_inline.h26 PW_DASSERT(get_id() != thread::Id()); in yield()
Did_inline.h25 PW_DASSERT(!interrupt::InInterruptContext()); in get_id()
Dthread_inline.h35 inline Thread::~Thread() { PW_DASSERT(native_type_ == nullptr); } in ~Thread()
Doptions.h67 PW_DASSERT(size_words >= config::kMinimumStackSizeWords); in set_stack_size()
/external/pigweed/pw_assert/public/pw_assert/
Dassert.h57 #define PW_DASSERT(condition) \ macro
/external/pigweed/pw_bloat/
Dbloat_this_binary.cc61 PW_DASSERT(*non_optimizable_pointer); in BloatThisBinary()
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dcounting_semaphore_inline.h50 PW_DASSERT(!interrupt::InInterruptContext()); in acquire()
Dbinary_semaphore_inline.h48 PW_DASSERT(!interrupt::InInterruptContext()); in acquire()
/external/pigweed/pw_containers/public/pw_containers/
Dvector.h250 PW_DASSERT(index < size());
254 PW_DASSERT(index < size());