Home
last modified time | relevance | path

Searched refs:detached (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c44 BOOL detached; member
68 * Native threads are detached by default and its name can't be set.
104 if (pthreadData->detached) { in PthreadEntry()
142 pthreadData->detached = TRUE; in pthread_create()
260 if (pthreadData->detached) { in pthread_cancel()
308 /* native thread is always detached so it can't be join */ in pthread_join()
319 if (pthreadData->detached) { in pthread_join()
320 /* detached thread can't be join */ in pthread_join()
350 /* native thread is always detached so it can't be detach again */ in pthread_detach()
355 if (pthreadData->detached) { in pthread_detach()
[all...]
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h105 int *detached),
106 TP_ARGS(rq, rf, p, new_cpu, detached), 1);
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c8141 * Returns number of detached tasks if successful and 0 otherwise.
8148 int detached = 0; in detach_tasks() local
8248 detached++; in detach_tasks()
8253 * kernels will stop after the first task is detached to minimize in detach_tasks()
8275 if (env->flags & LBF_IGNORE_PREFERRED_CLUSTER_TASKS && !detached) { in detach_tasks()
8288 schedstat_add(env->sd->lb_gained[env->idle], detached); in detach_tasks()
8290 return detached; in detach_tasks()
8294 * attach_task() -- attach the task detached by detach_task() to its new rq.
8320 * attach_tasks() -- attaches all tasks detached by detach_tasks() to their
10224 * We've detached som in load_balance()
[all...]

Completed in 14 milliseconds