mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Test rwlock more
This commit is contained in:
parent
69402f4d78
commit
9cc1bd04b2
5 changed files with 230 additions and 39 deletions
11
libc/testlib/trace.h
Normal file
11
libc/testlib/trace.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_
|
||||
#define COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
void cosmo_trace_set_pid(int);
|
||||
void cosmo_trace_set_tid(int);
|
||||
void cosmo_trace_begin(const char*);
|
||||
void cosmo_trace_end(const char*);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_LIBC_TESTLIB_TRACE_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue