ct_hooks_lock
Common Test Framework test execution control module.
Common Test Framework test execution control module.
This module is a proxy for calling and handling locks in common test hooks.
Functions
start(Id) -> term()
Starts the server
stop(Id) -> term()
request() -> term()
release() -> term()
init(Id) -> term()
Initiates the server
handle_call(X1, From, State) -> term()
Handling call messages
handle_cast(Msg, State) -> term()
Handling cast messages
handle_info(X1, State) -> term()
Handling all non call/cast messages
terminate(Reason, State) -> term()
This function is called by a gen_server when it is about to terminate.
code_change(OldVsn, State, Extra) -> term()
Convert process state when code is changed