Searched refs:prctl (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/posix/ |
A D | README.md | 35 | |-- prctl.h #prctl接口申明 45 |-- prctl.c #prctl实现
|
/AliOS-Things-master/components/posix/include/sys/ |
A D | prctl.h | 18 int prctl(int option, ...);
|
/AliOS-Things-master/components/posix/src/ |
A D | prctl.c | 10 int prctl(int option, ...) in prctl() function
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 62 prctl(PR_SET_NAME, (unsigned long)targ->name, 0, 0, 0); in dfl_entry() 100 prctl(PR_GET_NAME, (unsigned long)name, 0, 0, 0); in aos_task_name()
|
Completed in 5 milliseconds