|
Lines 37-43
Link Here
|
| 37 |
#else |
37 |
#else |
| 38 |
#define DEFAULT_UMUTEX {0,0,{0,0},0,0,{0,0}} |
38 |
#define DEFAULT_UMUTEX {0,0,{0,0},0,0,{0,0}} |
| 39 |
#endif |
39 |
#endif |
| 40 |
#define DEFAULT_URWLOCK {0,0,0,0,{0,0,0,0}} |
40 |
#define DEFAULT_URWLOCK {0,0,0,0,0,{0,0,0}} |
| 41 |
|
41 |
|
| 42 |
int _umtx_op_err(void *, int op, u_long, void *, void *) __hidden; |
42 |
int _umtx_op_err(void *, int op, u_long, void *, void *) __hidden; |
| 43 |
int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden; |
43 |
int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden; |