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


code_change(OldVsn, State, Extra) -> term()

Convert process state when code is changed

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

init(Id) -> term()

Initiates the server

release() -> term()

request() -> term()

start(Id) -> term()

Starts the server

stop(Id) -> term()

terminate(Reason, State) -> term()

This function is called by a gen_server when it is about to terminate.

View Functions