parent
96fbac9b30
commit
ebf6dc2e84
@ -1,10 +1,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <threads.h>
|
||||||
|
|
||||||
extern __thread uint64_t generic_thread_lock_duration;
|
extern thread_local uint64_t generic_thread_lock_duration;
|
||||||
extern __thread uint64_t generic_thread_lock_longest;
|
extern thread_local uint64_t generic_thread_lock_longest;
|
||||||
extern __thread uint64_t generic_thread_start_timestamp;
|
extern thread_local uint64_t generic_thread_start_timestamp;
|
||||||
|
|
||||||
void generic_thread_dump_lock_overhead(void);
|
void generic_thread_dump_lock_overhead(void);
|
||||||
void generic_thread_initialize(void);
|
void generic_thread_initialize(void);
|
||||||
|
Loading…
Reference in new issue