Lines Matching refs:fssh_status_t

66 extern fssh_status_t	fssh_delete_sem(fssh_sem_id id);
67 extern fssh_status_t fssh_acquire_sem(fssh_sem_id id);
68 extern fssh_status_t fssh_acquire_sem_etc(fssh_sem_id id, int32_t count,
70 extern fssh_status_t fssh_release_sem(fssh_sem_id id);
71 extern fssh_status_t fssh_release_sem_etc(fssh_sem_id id, int32_t count,
73 extern fssh_status_t fssh_get_sem_count(fssh_sem_id id,
75 extern fssh_status_t fssh_set_sem_owner(fssh_sem_id id, fssh_team_id team);
78 extern fssh_status_t _fssh_get_sem_info(fssh_sem_id id,
80 extern fssh_status_t _fssh_get_next_sem_info(fssh_team_id team,
147 typedef fssh_status_t (*fssh_thread_func)(void *);
153 extern fssh_status_t fssh_kill_thread(fssh_thread_id thread);
154 extern fssh_status_t fssh_resume_thread(fssh_thread_id thread);
155 extern fssh_status_t fssh_suspend_thread(fssh_thread_id thread);
157 extern fssh_status_t fssh_rename_thread(fssh_thread_id thread,
159 extern fssh_status_t fssh_set_thread_priority (fssh_thread_id thread,
161 extern void fssh_exit_thread(fssh_status_t status);
162 extern fssh_status_t fssh_wait_for_thread (fssh_thread_id thread,
163 fssh_status_t *threadReturnValue);
164 extern fssh_status_t fssh_on_exit_thread(void (*callback)(void *),
169 extern fssh_status_t fssh_send_data(fssh_thread_id thread, int32_t code,
176 extern fssh_status_t fssh_snooze(fssh_bigtime_t amount);
177 extern fssh_status_t fssh_snooze_etc(fssh_bigtime_t amount, int timeBase,
179 extern fssh_status_t fssh_snooze_until(fssh_bigtime_t time, int timeBase);
182 extern fssh_status_t _fssh_get_thread_info(fssh_thread_id id,
184 extern fssh_status_t _fssh_get_next_thread_info(fssh_team_id team,
201 extern fssh_status_t fssh_set_timezone(char *timezone);