MCPcopy 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
1444void Semaphore::post(int p_count) {
1445 ERR_FAIL_COND(p_count <= 0);
1446 semaphore.post(p_count);
1447}
1448
1449void Semaphore::_bind_methods() {
1450 ClassDB::bind_method(D_METHOD("wait"), &Semaphore::wait);

Callers 15

query_pathMethod · 0.45
NavMap2DMethod · 0.45
query_pathMethod · 0.45
NavMap3DMethod · 0.45
_pattern_preview_doneMethod · 0.45
queue_pattern_previewMethod · 0.45
~TilesEditorUtilsMethod · 0.45
abortMethod · 0.45
_post_semaphoreMethod · 0.45

Calls

no outgoing calls

Tested by 2

thread_done_workMethod · 0.36
main_start_workMethod · 0.36