MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / giveGlobalMutex

Method giveGlobalMutex

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:1703–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1701}
1702
1703void AsyncHttpClient::giveGlobalMutex()
1704{
1705 if (true == m_hasGlobalMutex)
1706 {
1707 (void)xSemaphoreGive(ghMutex);
1708 m_hasGlobalMutex = false;
1709 }
1710}
1711
1712/******************************************************************************
1713 * External Functions

Callers 1

processTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected