Home
last modified time | relevance | path

Searched refs:posix_check_cmd (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-posix.c58 #define posix_check_cmd(cmd) posix_check_err (posix_error (cmd), #cmd) macro
140 posix_check_cmd (pthread_getschedparam (pthread_self(), &policy, &sched)); in g_thread_impl_init()
144 posix_check_cmd (priority_normal_value = in g_thread_impl_init()
163 posix_check_cmd (pthread_mutex_init ((pthread_mutex_t *) result, in g_mutex_new_posix_impl()
171 posix_check_cmd (pthread_mutex_destroy ((pthread_mutex_t *) mutex)); in g_mutex_free_posix_impl()
205 posix_check_cmd (pthread_cond_init ((pthread_cond_t *) result, in g_cond_new_posix_impl()
261 posix_check_cmd (pthread_cond_destroy ((pthread_cond_t *) cond)); in g_cond_free_posix_impl()
269 posix_check_cmd (pthread_key_create ((pthread_key_t *) result, destructor)); in g_private_new_posix_impl()
294 posix_check_cmd (pthread_getspecific (*(pthread_key_t *) private_key, in g_private_get_posix_impl()
318 posix_check_cmd (pthread_attr_init (&attr)); in g_thread_create_posix_impl()
[all …]