Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_thread.c24 MppThread *thread = mpp_malloc(MppThread, 1); in mpp_thread_create() local
50 void mpp_thread_dump_status(MppThread *thread) in mpp_thread_dump_status()
57 void mpp_thread_start(MppThread *thread) in mpp_thread_start()
81 void mpp_thread_stop(MppThread *thread) in mpp_thread_stop()
100 void mpp_thread_destroy(MppThread *thread) in mpp_thread_destroy()
243 void mpp_thread_init(MppThread *thread, MppThreadFunc func, void *ctx, const char *name) in mpp_thread_init()
259 void mpp_thread_set_status(MppThread *thread, MppThreadStatus status, MppThreadSignalId id) in mpp_thread_set_status()
265 MppThreadStatus mpp_thread_get_status(MppThread *thread, MppThreadSignalId id) in mpp_thread_get_status()
271 void mpp_thread_lock(MppThread *thread, MppThreadSignalId id) in mpp_thread_lock()
277 void mpp_thread_unlock(MppThread *thread, MppThreadSignalId id) in mpp_thread_unlock()
[all …]
/rockchip-linux_mpp/osal/test/
H A Dmpp_runtime_test.c185 pthread_t thread; in check_pthread_clock() local