MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / enable_foreign_thread_access

Method enable_foreign_thread_access

client/ovpncli.cpp:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508 // foreign thread access
509
510 void enable_foreign_thread_access()
511 {
512 foreign_thread_ready.store(true, std::memory_order_release);
513 }
514
515 bool is_foreign_thread_access()
516 {

Callers 1

connect_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected