Searched refs:_cef_thread_t (Results 1 – 3 of 3) sorted by relevance
61 typedef struct _cef_thread_t { struct72 struct _cef_thread_t* self); argument79 struct _cef_thread_t* self);86 void(CEF_CALLBACK* stop)(struct _cef_thread_t* self); argument92 int(CEF_CALLBACK* is_running)(struct _cef_thread_t* self); argument
47 thread_get_task_runner(struct _cef_thread_t* self) { in thread_get_task_runner()65 thread_get_platform_thread_id(struct _cef_thread_t* self) { in thread_get_platform_thread_id()82 void CEF_CALLBACK thread_stop(struct _cef_thread_t* self) { in thread_stop()95 int CEF_CALLBACK thread_is_running(struct _cef_thread_t* self) { in thread_is_running()
245 typedef struct _cef_thread_t* (*cef_thread_create_ptr)(const cef_string_t*,1431 struct _cef_thread_t* cef_thread_create( in cef_thread_create()