Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ post
Method
post
core/core_bind.cpp:1444–1447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1442
}
1443
1444
void Semaphore::post(int p_count) {
1445
ERR_FAIL_COND(p_count <= 0);
1446
semaphore.post(p_count);
1447
}
1448
1449
void Semaphore::_bind_methods() {
1450
ClassDB::bind_method(D_METHOD(
"wait"
), &Semaphore::wait);
Callers
15
query_path
Method · 0.45
NavMap2D
Method · 0.45
query_path
Method · 0.45
NavMap3D
Method · 0.45
_pattern_preview_done
Method · 0.45
queue_pattern_preview
Method · 0.45
~TilesEditorUtils
Method · 0.45
abort
Method · 0.45
_post_semaphore
Method · 0.45
get_resource_preview_if_available
Method · 0.45
queue_edited_resource_preview
Method · 0.45
queue_resource_preview
Method · 0.45
Calls
no outgoing calls
Tested by
2
thread_done_work
Method · 0.36
main_start_work
Method · 0.36