OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadLock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_callUserDestroyRoutines.c
81
ptw32_mcs_local_node_t
threadLock
;
98
ptw32_mcs_lock_acquire(&(sp->
threadLock
), &
threadLock
);
108
ptw32_mcs_lock_release(&
threadLock
);
121
ptw32_mcs_lock_acquire(&(sp->
threadLock
), &
threadLock
);
126
ptw32_mcs_lock_release(&
threadLock
);
143
ptw32_mcs_lock_release(&
threadLock
);
180
ptw32_mcs_lock_release(&
threadLock
);
225
ptw32_mcs_lock_release(&
threadLock
);
[
all
...]
pthread_key_delete.c
88
ptw32_mcs_local_node_t
threadLock
;
97
ptw32_mcs_lock_acquire (&(thread->
threadLock
), &
threadLock
);
105
ptw32_mcs_lock_release (&
threadLock
);
pthread_setschedparam.c
74
ptw32_mcs_local_node_t
threadLock
;
104
ptw32_mcs_lock_acquire (&tp->
threadLock
, &
threadLock
);
120
ptw32_mcs_lock_release (&
threadLock
);
pthread_setspecific.c
113
ptw32_mcs_local_node_t
threadLock
;
127
ptw32_mcs_lock_acquire(&(sp->
threadLock
), &
threadLock
);
153
ptw32_mcs_lock_release(&
threadLock
);
ptw32_new.c
79
tp->
threadLock
= 0;
implement.h
162
ptw32_mcs_lock_t
threadLock
; /* Used for serialised access to public thread state */
[
all
...]
Completed in 185 milliseconds