OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_mutex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_bluetooth_common.h
75
pthread_mutex_t
thread_mutex
;
member in struct:android::event_loop_native_data_t
android_server_BluetoothEventLoop.cpp
169
pthread_mutex_init(&(nat->
thread_mutex
), NULL);
193
pthread_mutex_destroy(&(nat->
thread_mutex
));
715
pthread_mutex_lock(&(nat->
thread_mutex
));
721
pthread_mutex_unlock( &(nat->
thread_mutex
) );
786
pthread_mutex_unlock(&(nat->
thread_mutex
));
795
pthread_mutex_lock(&(nat->
thread_mutex
));
816
pthread_mutex_unlock(&(nat->
thread_mutex
));
825
pthread_mutex_lock(&(nat->
thread_mutex
));
829
pthread_mutex_unlock(&(nat->
thread_mutex
));
[
all
...]
Completed in 88 milliseconds