Lines Matching defs:thread
24 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()
283 void mpp_thread_wait(MppThread *thread, MppThreadSignalId id) in mpp_thread_wait()
294 void mpp_thread_signal(MppThread *thread, MppThreadSignalId id) in mpp_thread_signal()