MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetValue

Method SetValue

Kernel/include/lock.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void SetValue(int val){
61 value = val;
62 }
63
64 lock_t GetValue(){
65 return value;

Callers 3

MessageEndpointMethod · 0.80
PortMethod · 0.80
ListenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected