Crinit -- Configurable Rootfs Init
procdip.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __PROCDIP_H__
7 #define __PROCDIP_H__
8 
9 #include <limits.h>
10 
11 #include "taskdb.h"
12 
16 #define CRINIT_PROC_DISPATCH_THREAD_STACK_SIZE (PTHREAD_STACK_MIN + 112 * 1024)
17 
28 
39 int crinitSetInhibitWait(bool inh);
40 
41 #endif /* __PROCDIP_H__ */
int crinitSetInhibitWait(bool inh)
Definition: procdip.c:318
int crinitProcDispatchSpawnFunc(crinitTaskDB_t *ctx, const crinitTask_t *t)
Definition: procdip.c:98
Definition: taskdb.h:21
Definition: task.h:54
Header defining the central Task Data Structure and related types/functions.