Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ functions
Functions
5,157 in github.com/DISTORTEC/distortos
⨍
Functions
5,157
◇
Types & classes
1,089
↓ 10 callers
Method
getSignalsReceiverControlBlock
include/distortos/internal/scheduler/ThreadControlBlock.hpp:155
↓ 10 callers
Function
get_lock
unit-test/external/Trompeloeil/trompeloeil.hpp:669
↓ 10 callers
Method
isOk
Result was a success, or failure is suppressed
unit-test/external/Catch2/catch.hpp:5643
↓ 10 callers
Function
mutexTestTryLockWhenLocked
test/Mutex/mutexTestTryLockWhenLocked.cpp:43
↓ 10 callers
Function
testTryPushWhenFull
test/Queue/QueueOperationsTestCase.cpp:111
↓ 10 callers
Function
testTryWaitWhenLocked
test/Semaphore/SemaphoreOperationsTestCase.cpp:86
↓ 10 callers
Function
toLower
unit-test/external/Catch2/catch.hpp:10504
↓ 10 callers
Function
trim
unit-test/external/Catch2/catch.hpp:10509
↓ 10 callers
Method
tryLockFor
source/synchronization/Mutex.cpp:49
↓ 10 callers
Method
value
unit-test/external/Catch2/catch.hpp:12702
↓ 10 callers
Function
wait
source/synchronization/ThisThread-Signals.cpp:226
↓ 9 callers
Method
detach
source/threads/DynamicThread.cpp:39
↓ 9 callers
Method
getCode
include/distortos/SignalInformation.hpp:63
↓ 9 callers
Function
lfs1_bd_read
General lfs1 block device operations ///
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:181
↓ 9 callers
Function
lfs1_cache_drop
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:98
↓ 9 callers
Function
lfs1_cache_read
Caching block device operations ///
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:14
↓ 9 callers
Function
lfs1_entry_size
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:363
↓ 9 callers
Function
lfs1_min
source/FileSystem/littlefs1/external/littlefs1/lfs1_util.h:86
↓ 9 callers
Method
name
unit-test/external/Catch2/catch.hpp:7290
↓ 9 callers
Method
release
unit-test/external/Catch2/catch.hpp:10441
↓ 9 callers
Function
sleepUntil
source/threads/ThisThread.cpp:116
↓ 9 callers
Method
stop
source/scheduler/SoftwareTimerCommon.cpp:40
↓ 9 callers
Function
testSelfNoSignalsPending
test/Signals/SignalsWaitOperationsTestCase.cpp:170
↓ 9 callers
Method
transferErrorEvent
source/chip/STM32/peripherals/SDMMCv1/STM32-SDMMCv1-SdMmcCardLowLevel.cpp:240
↓ 9 callers
Method
tryPush
test/Queue/QueueWrappers.cpp:100
↓ 9 callers
Method
tryWaitUntil
source/synchronization/Semaphore.cpp:59
↓ 9 callers
Method
width
unit-test/external/Catch2/catch.hpp:5959
↓ 8 callers
Method
add
source/scheduler/Scheduler.cpp:89
↓ 8 callers
Method
addRow
unit-test/external/Catch2/catch.hpp:13005
↓ 8 callers
Method
configure
source/devices/communication/SpiMaster.cpp:57
↓ 8 callers
Method
getCapacity
include/distortos/FifoQueue.hpp:107
↓ 8 callers
Method
getIdentifier
source/threads/ThreadCommon.cpp:69
↓ 8 callers
Method
getMessage
unit-test/external/Catch2/catch.hpp:5691
↓ 8 callers
Method
getOwner
include/distortos/internal/synchronization/MutexControlBlock.hpp:63
↓ 8 callers
Method
getSignalMask
source/synchronization/SignalsReceiverControlBlock.cpp:121
↓ 8 callers
Method
getSourceInfo
unit-test/external/Catch2/catch.hpp:5694
↓ 8 callers
Method
isLinked
include/estd/IntrusiveList.hpp:127
↓ 8 callers
Function
lfs1_dir_find
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:757
↓ 8 callers
Function
lfs1_paircmp
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:349
↓ 8 callers
Function
makeAndStartTestThread
test/Thread/ThreadPriorityChangeTestCase.cpp:68
↓ 8 callers
Function
makeAndStartTestThread
test/architecture/ARM/ARMv7-M/ARMv7-M-FpuThreadTestCase.cpp:91
↓ 8 callers
Function
makeStaticSoftwareTimer
include/distortos/StaticSoftwareTimer.hpp:81
↓ 8 callers
Function
makeTestThread
test/Thread/ThreadPriorityTestCase.cpp:65
↓ 8 callers
Function
makeTestThread
test/Thread/ThreadSchedulingPolicyTestCase.cpp:86
↓ 8 callers
Function
makeTestThread
test/Thread/ThreadSleepUntilTestCase.cpp:82
↓ 8 callers
Function
makeTestThread
test/Thread/ThreadSleepForTestCase.cpp:87
↓ 8 callers
Function
makeTestThread
test/ConditionVariable/ConditionVariablePriorityTestCase.cpp:75
↓ 8 callers
Function
makeTestThread
test/Mutex/MutexPriorityTestCase.cpp:71
↓ 8 callers
Function
makeTestThread
test/CallOnce/CallOnceOperationsTestCase.cpp:107
↓ 8 callers
Function
makeTestThread
test/Semaphore/SemaphorePriorityTestCase.cpp:77
↓ 8 callers
Function
makeTestThread
test/Signals/SignalsWaitTestCase.cpp:206
↓ 8 callers
Function
makeTestThread
test/Queue/MessageQueuePriorityTestCase.cpp:197
↓ 8 callers
Function
makeTestThread
test/Queue/FifoQueuePriorityTestCase.cpp:191
↓ 8 callers
Method
match
Performs equivalent check of std::fabs(lhs - rhs) <= margin But without the subtraction to allow for INFINITY in comparison
unit-test/external/Catch2/catch.hpp:8591
↓ 8 callers
Method
matches
unit-test/external/Trompeloeil/trompeloeil.hpp:954
↓ 8 callers
Method
push
test/Queue/QueueWrappers.cpp:53
↓ 8 callers
Function
testCommon
unit-test/C-API-Semaphore-unit-test/C-API-Semaphore-unit-test-1.cpp:25
↓ 8 callers
Function
testMutexAndUnlock
test/ConditionVariable/ConditionVariableOperationsTestCase.cpp:82
↓ 8 callers
Function
tryWait
source/synchronization/ThisThread-Signals.cpp:211
↓ 7 callers
Method
before_begin
include/estd/IntrusiveForwardList.hpp:894
↓ 7 callers
Method
count
unit-test/external/Catch2/catch.hpp:6241
↓ 7 callers
Function
function
test/CallOnce/CallOnceOperationsTestCase.cpp:66
↓ 7 callers
Function
ignore
unit-test/external/Trompeloeil/trompeloeil.hpp:874
↓ 7 callers
Function
lfs1_alloc_ack
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:291
↓ 7 callers
Method
queueSignal
source/threads/ThreadCommon.cpp:128
↓ 7 callers
Method
read
source/FileSystem/littlefs1/Littlefs1File.cpp:99
↓ 7 callers
Method
stopTransfer
source/chip/STM32/peripherals/DMAv1/STM32-DMAv1-DmaChannel.cpp:235
↓ 7 callers
Function
swap
include/estd/IntrusiveList.hpp:437
↓ 7 callers
Function
testTryPopWhenNotEmpty
test/Queue/QueueOperationsTestCase.cpp:92
↓ 7 callers
Method
tryPushFor
test/Queue/QueueWrappers.cpp:110
↓ 7 callers
Method
tryPushUntil
test/Queue/QueueWrappers.cpp:120
↓ 7 callers
Method
tryWait
source/synchronization/Semaphore.cpp:48
↓ 7 callers
Function
tryWaitFor
include/distortos/ThisThread-Signals.hpp:214
↓ 7 callers
Method
tryWaitFor
source/synchronization/Semaphore.cpp:54
↓ 7 callers
Function
tryWaitUntil
include/distortos/ThisThread-Signals.hpp:259
↓ 7 callers
Method
writeCr2
source/chip/STM32/peripherals/SPIv2/include/distortos/chip/STM32-SPIv2-SpiPeripheral.hpp:116
↓ 7 callers
Method
~Mutex
unit-test/include-mocks/Mutex.hpp/distortos/Mutex.hpp:75
↓ 6 callers
Method
__init__
(self, value, name = 'estd::IntrusiveList')
scripts/PrettyPrinters/estd.py:112
↓ 6 callers
Method
c_str
unit-test/external/Catch2/catch.hpp:10577
↓ 6 callers
Function
convert
unit-test/external/Catch2/catch.hpp:8554
↓ 6 callers
Function
distortos_Mutex_construct_2tp
include/distortos/C-API/Mutex.h:282
↓ 6 callers
Function
distortos_Semaphore_construct_1
source/C-API/C-API-Semaphore.cpp:30
↓ 6 callers
Function
distortos_Semaphore_getMaxValue
source/C-API/C-API-Semaphore.cpp:50
↓ 6 callers
Function
distortos_Semaphore_getValue
source/C-API/C-API-Semaphore.cpp:60
↓ 6 callers
Function
enablePll
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:199
↓ 6 callers
Function
failedString
unit-test/external/Catch2/catch.hpp:12210
↓ 6 callers
Function
getBusFrequency
source/chip/STM32/STM32F4/include/distortos/chip/getBusFrequency.hpp:32
↓ 6 callers
Method
getCurrentState
source/devices/memory/SdCard.cpp:351
↓ 6 callers
Method
hasExpression
unit-test/external/Catch2/catch.hpp:5651
↓ 6 callers
Method
isValid
(self)
scripts/PrettyPrinters/distortos.py:34
↓ 6 callers
Function
lfs1_entry_fromle32
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:311
↓ 6 callers
Method
pop
test/Queue/QueueWrappers.cpp:47
↓ 6 callers
Method
pop_back
include/estd/IntrusiveList.hpp:1099
↓ 6 callers
Method
rbegin
include/estd/IntrusiveList.hpp:1139
↓ 6 callers
Method
remove
source/scheduler/Scheduler.cpp:204
↓ 6 callers
Method
rngSeed
unit-test/external/Catch2/catch.hpp:7296
↓ 6 callers
Function
setFpuRegisters
test/architecture/ARM/ARMv7-M/ARMv7-M-setFpuRegisters.cpp:26
↓ 6 callers
Method
showDurations
unit-test/external/Catch2/catch.hpp:7294
↓ 6 callers
Method
size
include/estd/IntegerSequence.hpp:41
↓ 6 callers
Method
testSpec
unit-test/external/Catch2/catch.hpp:11367
← previous
next →
101–200 of 5,157, ranked by callers