Searched refs:fssh_bigtime_t (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dthread.cpp44 fssh_snooze(fssh_bigtime_t amount)
51 fssh_snooze_until(fssh_bigtime_t time, int timeBase)
H A Dtime.cpp46 fssh_bigtime_t
56 fssh_bigtime_t
H A Dsem.cpp53 fssh_bigtime_t timeout)
/haiku/headers/private/fs_shell/
H A Dfssh_os.h69 uint32_t flags, fssh_bigtime_t timeout);
125 fssh_bigtime_t user_time;
126 fssh_bigtime_t kernel_time;
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);
200 extern fssh_bigtime_t fssh_real_time_clock_usecs(void);
202 extern fssh_bigtime_t fssh_system_time(void); /* time since booting in microseconds */
H A Dfssh_types.h36 typedef int64_t fssh_bigtime_t; typedef
H A Dfssh_api_wrapper.h1533 #define bigtime_t fssh_bigtime_t

Completed in 156 milliseconds