Searched refs:pthread (Results 1 – 13 of 13) sorted by relevance
/device/soc/esp/esp32/components/pthread/ |
D | pthread.c | 134 static void pthread_delete(esp_pthread_t *pthread) 136 SLIST_REMOVE(&s_threads_list, pthread, esp_pthread_entry, list_node); 137 free(pthread); 229 esp_pthread_t *pthread = calloc(1, sizeof(esp_pthread_t)); 230 if (pthread == NULL) { 277 pthread->detached = true; 281 pthread->detached = false; 287 pthread->task_arg = task_arg; 302 free(pthread); 310 pthread->handle = xHandle; [all …]
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_Thread.c | 43 pthread_t pthread; member 84 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument); in Rockchip_OSAL_ThreadCreate() 85 pthread_setname_np(thread->pthread, thread_name); in Rockchip_OSAL_ThreadCreate() 121 if (pthread_join(thread->pthread, NULL) != 0) { in Rockchip_OSAL_ThreadTerminate() 142 pthread_exit(&thread->pthread); in Rockchip_OSAL_ThreadCancel() 143 pthread_join(thread->pthread, NULL); in Rockchip_OSAL_ThreadCancel()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/include/ |
D | pthread.h | 35 #include_next <pthread.h>
|
/device/soc/esp/esp32/components/newlib/platform_include/ |
D | pthread.h | 21 #include_next <pthread.h>
|
/device/soc/esp/esp32/components/ |
D | BUILD.gn | 1180 "pthread/include", 1265 "pthread/include", 1450 "pthread/include", 1766 "pthread/include", 1852 "pthread/include", 1972 "pthread/include", 2064 "pthread/include", 2157 "pthread/include", 2238 "pthread/include", 2331 "pthread/include", [all …]
|
D | sdkconfig.gni | 781 CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" 958 CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
D | sys_arch.h | 91 pthread_t pthread; member
|
/device/soc/esp/esp32/ |
D | README_zh.md | 63 | `pthread` | Posix线程增强库 |
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/include/rtos/liteos/liteos_m/kal/cmsis/ |
D | cmsis_os.h | 204 os_pthread pthread; ///< start address of thread function member 211 os_pthread pthread; ///< start address of thread function member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/ |
D | BUILD.gn | 36 "src/pthread.c",
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
D | configure_llvm | 6281 if check_lib pthreads pthread.h pthread_join -pthread && 6282 check_lib pthreads pthread.h pthread_create -pthread; then 6283 add_cflags -pthread 6284 elif check_lib pthreads pthread.h pthread_join -pthreads && 6285 check_lib pthreads pthread.h pthread_create -pthreads; then 6287 elif check_lib pthreads pthread.h pthread_join -ldl -pthread && 6288 check_lib pthreads pthread.h pthread_create -ldl -pthread; then 6289 add_cflags -ldl -pthread 6290 elif check_lib pthreads pthread.h pthread_join -lpthreadGC2 && 6291 check_lib pthreads pthread.h pthread_create -lpthreadGC2; then [all …]
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/ |
D | cmsis_liteos.c | 39 thread_Id = osThreadNew((osThreadFunc_t)thread_def->pthread, argument, &thread_def->attr); in osThreadCreate()
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|