root/usr/lib/prex/syscalls/

[..]
  1. Makefile.inc
  2. _cond_wait.S
  3. _mutex_lock.S
  4. _sem_wait.S
  5. _timer_waitperiod.S
  6. cond_broadcast.S
  7. cond_destroy.S
  8. cond_init.S
  9. cond_signal.S
  10. cond_wait.c
  11. device_close.S
  12. device_ioctl.S
  13. device_open.S
  14. device_read.S
  15. device_write.S
  16. exception_raise.S
  17. exception_return.S
  18. exception_setup.S
  19. exception_wait.S
  20. msg_receive.S
  21. msg_reply.S
  22. msg_send.S
  23. mutex_destroy.S
  24. mutex_init.S
  25. mutex_lock.c
  26. mutex_trylock.S
  27. mutex_unlock.S
  28. object_create.S
  29. object_destroy.S
  30. object_lookup.S
  31. sem_destroy.S
  32. sem_getvalue.S
  33. sem_init.S
  34. sem_post.S
  35. sem_trywait.S
  36. sem_wait.c
  37. sys_debug.S
  38. sys_info.S
  39. sys_log.S
  40. sys_panic.S
  41. sys_time.S
  42. syscall.h
  43. task_chkcap.S
  44. task_create.S
  45. task_resume.S
  46. task_self.S
  47. task_setcap.S
  48. task_setname.S
  49. task_suspend.S
  50. task_terminate.S
  51. thread_create.S
  52. thread_getpolicy.c
  53. thread_getpri.c
  54. thread_load.S
  55. thread_resume.S
  56. thread_schedparam.S
  57. thread_self.S
  58. thread_setpolicy.c
  59. thread_setpri.c
  60. thread_suspend.S
  61. thread_terminate.S
  62. thread_yield.S
  63. timer_alarm.S
  64. timer_periodic.S
  65. timer_sleep.S
  66. timer_waitperiod.c
  67. vm_allocate.S
  68. vm_attribute.S
  69. vm_free.S
  70. vm_map.S
[..]