#include "Util/ThreadAPI.h"
#include "Util/SVFUtil.h"
#include "Graphs/CallGraph.h"
#include "SVFIR/SVFIR.h"
#include <iostream>
#include <stdio.h>
#include <iomanip>
Go to the source code of this file.
◆ THREADAPI_CPP_
◆ ei_pairs
Definition at line 61 of file ThreadAPI.cpp.
62{
63
80
92
93
95
96
98};
@ TD_COND_SIGNAL
wait a condition
@ TD_DETACH
wait for a thread to join
@ TD_CONDVAR_INI
initial a mutex variable
@ HARE_PAR_FOR
Barrier wait.
@ TD_BAR_INIT
initial a mutex variable
@ TD_ACQUIRE
detach a thread directly instead wait for it to join
@ TD_MUTEX_DESTROY
initial a mutex variable
@ TD_CONDVAR_DESTROY
initial a mutex variable
@ TD_JOIN
create a new thread
@ TD_BAR_WAIT
Barrier init.
@ TD_COND_BROADCAST
signal a condition
@ TD_COND_WAIT
cancel a thread by another
@ TD_TRY_ACQUIRE
acquire a lock
@ TD_MUTEX_INI
broadcast a condition
@ TD_RELEASE
try to acquire a lock