|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Macros | |
| #define | print(...) |
Functions | |
| static int | fib (int n) |
| void * | thd (void *v) |
| int | main (int argc, char **argv) |
Variables | |
| static uint32_t | lock_counter = 0 |
| static spinlock_t | lock = SPINLOCK_INITIALIZER |
| #define print | ( | ... | ) |
Referenced by main(), test_stop_source(), and thd().
| int main | ( | int | argc, |
| char ** | argv ) |
References fprintf, lock_counter, print, thd(), thd_create(), and thd_join().
| void * thd | ( | void * | v | ) |
References fib(), lock, lock_counter, print, spinlock_lock(), spinlock_trylock(), spinlock_unlock(), and thd_pass().
Referenced by main().
|
static |
Referenced by thd().