Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sched
(Results
1 - 25
of
29
) sorted by relevance
1
2
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H
A
D
thread_adapter.c
74
struct sched_param
sched
= {attr->priority};
in THREAD_Create()
local
76
struct sched_param
sched
= {PRI_BUTT - attr->priority};
in THREAD_Create()
local
80
pthread_attr_setschedparam(&threadAttr, &
sched
);
in THREAD_Create()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_thread.h
52
struct sched_param
sched
= {attr->priority};
in ThreadCreate()
53
pthread_attr_setschedparam(&threadAttr, &
sched
);
in ThreadCreate()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
scpuworker_manager.cpp
24
#include "
sched
/scheduler.h"
25
#include "
sched
/workgroup_internal.h"
159
auto&
sched
= FFRTScheduler::Instance()->GetScheduler(thread->GetQos());
in PickUpTaskFromGlobalQueue()
local
162
return
sched
.PickNextTask();
in PickUpTaskFromGlobalQueue()
171
auto&
sched
= FFRTScheduler::Instance()->GetScheduler(thread->GetQos());
in PickUpTaskBatch()
local
174
CPUEUTask* task =
sched
.PickNextTask();
in PickUpTaskBatch()
193
CPUEUTask* task2local =
sched
.PickNextTask();
in PickUpTaskBatch()
H
A
D
rtg_ioctl.h
21
#include <
sched
.h>
H
A
D
cpuworker_manager.cpp
22
#include "
sched
/scheduler.h"
23
#include "
sched
/workgroup_internal.h"
82
auto&
sched
= FFRTFacade::GetSchedInstance()->GetScheduler(qos);
in GetTaskCount()
local
83
return
sched
.RQSize();
in GetTaskCount()
/foundation/multimedia/media_library/frameworks/utils/src/
H
A
D
cpu_utils.cpp
19
#include <
sched
.h>
/foundation/filemanagement/dfs_service/utils/system/src/
H
A
D
sys_utils.cpp
19
#include <
sched
.h>
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H
A
D
thread.cpp
83
struct sched_param
sched
= {static_cast<int>(priority_)};
in CreateThread()
local
84
pthread_attr_setschedparam(&attr, &
sched
);
in CreateThread()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H
A
D
thread.cpp
74
struct sched_param
sched
= {static_cast<int>(priority_)};
in CreateThread()
local
75
pthread_attr_setschedparam(&attr, &
sched
);
in CreateThread()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H
A
D
ability_connect_trans_param.h
19
#include <
sched
.h>
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H
A
D
abilityms_helper.h
19
#include <
sched
.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/
H
A
D
main.cpp
16
#include <
sched
.h>
/foundation/communication/dsoftbus/adapter/common/include/
H
A
D
softbus_adapter_cpu.h
20
#include <
sched
.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/offscreen_render/
H
A
D
rs_offscreen_render_thread.h
23
#include <
sched
.h>
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
worker_thread_test.cpp
20
#include <
sched
.h>
H
A
D
multi_workgroup_test.cpp
18
#include <
sched
/workgroup_internal.h>
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_thread.cpp
19
#include <
sched
.h>
H
A
D
ut_worker_manager.cpp
27
#include "
sched
/task_scheduler.h"
29
#include "
sched
/scheduler.h"
224
auto&
sched
= FFRTScheduler::Instance()->GetScheduler(worker->GetQos());
in HWTEST_F()
local
226
int ret =
sched
.WakeupTask(reinterpret_cast<CPUEUTask*>(task));
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H
A
D
thread_linux.c
18
#include <
sched
.h>
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H
A
D
concurrent_task_controller_test.cpp
18
#include <
sched
.h>
19
#include <linux/
sched
.h>
/foundation/resourceschedule/ffrt/test/testfunc/
H
A
D
util.cpp
23
#include <
sched
.h>
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H
A
D
softbus_adapter_thread.c
22
#include <
sched
.h>
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillptypes.h
47
#include <
sched
.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_utils.cpp
27
#include <
sched
.h>
/foundation/resourceschedule/qos_manager/services/src/
H
A
D
concurrent_task_controller.cpp
22
#include <linux/
sched
.h>
354
CONCUR_LOGI("deadline scene
sched
switch = %{public}d", ddlSceneSchedSwitch_);
in ConfigReaderInit()
Completed in 12 milliseconds
1
2