chopstx_usec_wait_internal with pointer

This commit is contained in:
NIIBE Yutaka
2013-06-05 15:25:39 +09:00
parent 419094243a
commit 0ae3b2681f
3 changed files with 27 additions and 10 deletions

View File

@@ -39,7 +39,9 @@ chopstx_create (uint32_t flags_and_prio,
#define CHOPSTX_SCHED_RR 0x20000
void chopstx_usec_wait (uint32_t useconds);
void chopstx_usec_wait_internal (uint32_t *arg);
void chopstx_usec_wait (uint32_t usec);
struct chx_spinlock {
/* nothing for uniprocessor. */