Home
last modified time | relevance | path

Searched refs:BINDER_SET_MAX_THREADS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h138 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) macro
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h149 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) macro
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c392 int32_t ret = ioctl(g_connector->fd, BINDER_SET_MAX_THREADS, &maxThreadNum); in IpcSetMaxWorkThread()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp481 int error = binderConnector_->WriteBinder(BINDER_SET_MAX_THREADS, &maxThreadNum); in SetMaxWorkThread()