Skip to content
Snippets Groups Projects
Commit 5ffffff3 authored by ruslan.laishev's avatar ruslan.laishev 💬
Browse files

[*] Code beautifulling

parent c81b8621
No related branches found
No related tags found
No related merge requests found
......@@ -68,11 +68,11 @@ typedef struct dap_proc_thread{
int dap_proc_thread_init(uint32_t a_threads_count);
void dap_proc_thread_deinit();
dap_proc_thread_t * dap_proc_thread_run_custom(void);
dap_proc_thread_t *dap_proc_thread_run_custom(void);
dap_proc_thread_t * dap_proc_thread_get(uint32_t a_thread_number);
dap_proc_thread_t * dap_proc_thread_get_auto();
dap_events_socket_t * dap_proc_thread_create_queue_ptr(dap_proc_thread_t * a_thread, dap_events_socket_callback_queue_ptr_t a_callback);
dap_proc_thread_t *dap_proc_thread_get(uint32_t a_thread_number);
dap_proc_thread_t *dap_proc_thread_get_auto();
dap_events_socket_t *dap_proc_thread_create_queue_ptr(dap_proc_thread_t * a_thread, dap_events_socket_callback_queue_ptr_t a_callback);
bool dap_proc_thread_assign_on_worker_inter(dap_proc_thread_t * a_thread, dap_worker_t * a_worker, dap_events_socket_t *a_esocket );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment