__D_direct_thread_call_init_handlers ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_cancel ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_create ( enum DirectThreadType thread_type, DirectThreadMainFunc thread_main, void* arg, char const* name )Return value (pointer) has base type 'struct __D_DirectThread'.
direct_thread_deinit ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_destroy ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_detach ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_get_name ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_get_tid ( DirectThread const* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_init ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_is_canceled ( DirectThread const* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_is_joined ( DirectThread const* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_join ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_lock ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_notify ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_self ( )Return value (pointer) has base type 'struct __D_DirectThread'.
direct_thread_terminate ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_testcancel ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_unlock ( DirectThread* thread )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.
direct_thread_wait ( DirectThread* thread, int timeout_ms )1st parameter 'thread' (pointer) has base type 'struct __D_DirectThread'.