Home
last modified time | relevance | path

Searched refs:cpuMask (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c87 void BindThreadToTargetMask(pid_t tid, uint32_t cpuMask) in BindThreadToTargetMask() argument
99 if (cpuMask == 0 || cpuMask >= (1U << (uint32_t)cpus)) { in BindThreadToTargetMask()
107 LOGI(TAG, "bind thread %d to target core :%x", tid, cpuMask); in BindThreadToTargetMask()
108 while (cpuMask > 0) { in BindThreadToTargetMask()
109 if ((cpuMask & 1) == 1) { in BindThreadToTargetMask()
113 cpuMask = cpuMask >> 1; in BindThreadToTargetMask()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c76 void BindThreadToTargetMask(pid_t tid, uint32_t cpuMask) in BindThreadToTargetMask() argument
79 (void)cpuMask; in BindThreadToTargetMask()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h57 NSTACKX_EXPORT void BindThreadToTargetMask(pid_t tid, uint32_t cpuMask);
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h147 uint32_t cpuMask; member

Completed in 2 milliseconds