Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ ThreadError
Function
ThreadError
Singular/dyn_modules/systhreads/thread.cc:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
pthread_t no_thread;
17
18
void ThreadError(const char *message) {
19
fprintf(stderr,
"FATAL ERROR: %s\n"
, message);
20
abort(); // should not happen
21
}
22
23
void Semaphore::wait() {
24
lock.lock();
Callers
5
lock
Method · 0.85
unlock
Method · 0.85
wait
Method · 0.85
signal
Method · 0.85
broadcast
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected