Searched defs:thread (Results 1 – 2 of 2) sorted by relevance
24 MppThread *thread = mpp_malloc(MppThread, 1); in mpp_thread_create() local50 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 …]
185 pthread_t thread; in check_pthread_clock() local