![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <sched.h>#include <pthread.h>#include <stdint.h>#include <stdio.h>#include <inttypes.h>#include <glib.h>
Include dependency graph for dtpthread.c:Macros | |
| #define | _GNU_SOURCE |
Functions | |
| int | dt_pthread_create (pthread_t *thread, void *(*start_routine)(void *), void *arg, const gboolean realtime) |
| void | dt_pthread_setname (const char *name) |
| #define _GNU_SOURCE |
| int dt_pthread_create | ( | pthread_t * | thread, |
| void *(*)(void *) | start_routine, | ||
| void * | arg, | ||
| const gboolean | realtime | ||
| ) |
References WANTED_THREADS_STACK_SIZE.
Referenced by dt_control_jobs_init().
| void dt_pthread_setname | ( | const char * | name | ) |
References dtwin_set_thread_name(), and name.
Referenced by dt_control_work(), dt_control_work_res(), and dt_control_worker_kicker().