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