#include <stdint.h>
#include <stdbool.h>
#include <pthread.h>
Go to the source code of this file.
◆ PTHREAD_BLAME_METRIC
#define PTHREAD_BLAME_METRIC "PTHREAD_BLAME" |
◆ PTHREAD_BLOCKWAIT_METRIC
#define PTHREAD_BLOCKWAIT_METRIC "PTHREAD_BLOCK_WAIT" |
◆ PTHREAD_EVENT_NAME
#define PTHREAD_EVENT_NAME "PTHREAD_WAIT" |
◆ PTHREAD_SPINWAIT_METRIC
#define PTHREAD_SPINWAIT_METRIC "PTHREAD_SPIN_WAIT" |
◆ pthread_blame_lockwait_enabled()
bool pthread_blame_lockwait_enabled |
( |
void |
| ) |
|
◆ pthread_directed_blame_accept()
void pthread_directed_blame_accept |
( |
void * |
obj | ) |
|
◆ pthread_directed_blame_shift_blocked_start()
void pthread_directed_blame_shift_blocked_start |
( |
void * |
obj | ) |
|
◆ pthread_directed_blame_shift_end()
void pthread_directed_blame_shift_end |
( |
void |
| ) |
|
◆ pthread_directed_blame_shift_spin_start()
void pthread_directed_blame_shift_spin_start |
( |
void * |
obj | ) |
|