Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
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
32
43int crinitSetInhibitWait(bool inh);
44
45#endif /* __PROCDIP_H__ */
int crinitSetInhibitWait(bool inh)
Definition procdip.c:724
int crinitProcDispatchSpawnFunc(crinitTaskDB_t *ctx, const crinitTask_t *t, crinitDispatchThreadMode_t mode)
Definition procdip.c:101
Definition taskdb.h:29
Definition task.h:77
Header defining the central Task Data Structure and related types/functions.
crinitDispatchThreadMode_t
Definition taskdb.h:21