plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
pthread_mutexattr_getpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getpshared.c
3,304
utf_8
64b349e3d9788dfce9a79629890ebc64
/* * pthread_mutexattr_getpshared.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the...
google
android
cancel
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/cancel.c
1,684
utf_8
b16e9525465a4c8ca12e62c6c18ebcb8
/* * cancel.c * * Description: * POSIX thread functions related to thread cancellation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * 59...
google
android
pthread_condattr_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_destroy.c
2,686
utf_8
7749dfc43a16366731712b43fa26f1ab
/* * condvar_attr_destroy.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the...
google
android
ptw32_calloc
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_calloc.c
1,770
utf_8
682d97ed5a393b2298fb83a60c916061
/* * ptw32_calloc.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General P...
google
android
ptw32_is_attr
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_is_attr.c
1,779
utf_8
7fbe9e31f85fbc622e1304376f7e2f5f
/* * ptw32_is_attr.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser ...
google
android
pthread_kill
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c
3,476
utf_8
6cda2defe0445bbbf27e22ebd7857a25
/* * pthread_kill.c * * Description: * This translation unit implements the pthread_kill routine. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public ...
google
android
pthread_mutexattr_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_init.c
2,707
utf_8
dd2b7191322d0aa1f2860a2f0a937b19
/* * pthread_mutexattr_init.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU L...
google
android
pthread_mutex_timedlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_timedlock.c
10,302
utf_8
d7124cbe86ed520193f0db01aa787d70
/* * pthread_mutex_timedlock.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU ...
google
android
pthread_timechange_handler_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c
3,931
utf_8
ee61be127860b72e80905fba15ac2c8f
/* * pthread_timechange_handler_np.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU...
google
android
pthread_rwlock_trywrlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_trywrlock.c
3,272
utf_8
d73a348a65a22a0465bb3ffb0d9361e0
/* * pthread_rwlock_trywrlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser G...
google
android
pthread_delay_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c
4,902
utf_8
ff8f8cdb7c2827a1a5fb251d4b965c7a
/* * pthreads_delay_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Gener...
google
android
pthread_getconcurrency
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getconcurrency.c
1,645
utf_8
5e5e29d9cdf61e68841aa2ec9bf1f657
/* * pthread_getconcurrency.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser...
google
android
sem_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c
4,536
utf_8
8db59300cb12c8e1c7eec4cf044cc3cb
/* * ------------------------------------------------------------- * * Module: sem_init.c * * Purpose: * Semaphores aren't actually part of PThreads. * They are defined by the POSIX Standard: * * POSIX 1003.1-2001 * * ------------------------------------------------------------- * * Pthreads-win32 - ...
google
android
create
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/create.c
8,085
utf_8
5e8daabcf6ca404d3fc51b0175377c55
/* * create.c * * Description: * This translation unit implements routines associated with spawning a new * thread. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Les...
google
android
exit
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/exit.c
1,677
utf_8
abcfa590d701dd3228159aad1fbd72d3
/* * exit.c * * Description: * This translation unit implements routines associated with exiting from * a thread. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesse...
google
android
pthread_cond_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c
7,647
utf_8
4247ff4f69231bf48ca41ab7c7c30928
/* * pthread_cond_destroy.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the...
google
android
pthread_num_processors_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c
1,817
utf_8
eedde99f224d515c339bae0272fb79c6
/* * pthread_num_processors_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Less...
google
android
sem_timedwait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c
6,450
utf_8
74b0e5a1734de30924b984896d2d55f1
/* * ------------------------------------------------------------- * * Module: sem_timedwait.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------...
google
android
sched_setscheduler
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c
2,496
utf_8
bcb2ea745f078a724619bef05260e327
/* * sched_setscheduler.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Pu...
google
android
ptw32_processTerminate
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_processTerminate.c
3,018
utf_8
62ebd2b7a6351b6d1c998c30859cd017
/* * ptw32_processTerminate.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * ...
google
android
ptw32_new
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c
2,723
utf_8
bc0374b446c91322059de7809bb8c2bc
/* * ptw32_new.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Publ...
google
android
pthread_mutexattr_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_destroy.c
2,647
utf_8
66868124b23f9d98995e0e43a80d5fc3
/* * pthread_mutexattr_destroy.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GN...
google
android
sem_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c
4,698
utf_8
239992a9454cea20084164f2ef125d7f
/* * ------------------------------------------------------------- * * Module: sem_destroy.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- ...
google
android
ptw32_callUserDestroyRoutines
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_callUserDestroyRoutines.c
6,854
utf_8
89727eae47969cc665da4df5433eaa02
/* * ptw32_callUserDestroyRoutines.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * ...
google
android
ptw32_reuse
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c
4,570
utf_8
e425e732decd11a0652c4b2b61cb4ca7
/* * ptw32_threadReuse.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Gene...
google
android
pthread_getunique_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getunique_np.c
1,695
utf_8
1a3578e7e4c67418b9c87bace12e64a3
/* * pthread_getunique_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Ge...
google
android
pthread_mutexattr_setpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setpshared.c
3,760
utf_8
1859fd41620a9e382a653c869865e237
/* * pthread_mutexattr_setpshared.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the...
google
android
pthread_barrierattr_getpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_getpshared.c
3,306
utf_8
bf729c845e64b5638e13b20e73cdf936
/* * pthread_barrier_attr_getpshared.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Ge...
google
android
pthread_barrierattr_setpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_setpshared.c
3,761
utf_8
5c1418617f4fe8994a7af389572c4102
/* * pthread_barrier_attr_setpshared.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Ge...
google
android
pthread_rwlockattr_setpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_setpshared.c
3,778
utf_8
0e5df03b7f80eccbecd9752beebe49d7
/* * pthread_rwlockattr_setpshared.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Les...
google
android
attr
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/attr.c
2,077
utf_8
9eaafb4447a9be708901f105f5af55d2
/* * attr.c * * Description: * This translation unit agregates operations on thread attribute objects. * It is used for inline optimisation. * * The included modules are used separately when static executable sizes * must be minimised. * * ----------------------------------------------------------------------...
google
android
sched
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sched.c
2,050
utf_8
cec0814c6d9271b8fa74b4378630ee25
/* * sched.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * ...
google
android
pthread_rwlock_unlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_unlock.c
2,618
utf_8
699ba61af24f52cad64fec61968c0ec3
/* * pthread_rwlock_unlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Gene...
google
android
dll
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/dll.c
2,588
utf_8
bf757506fbd1433e5da17902c60c1cc7
/* * dll.c * * Description: * This translation unit implements DLL initialisation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * 59 Temp...
google
android
pthread_setcancelstate
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcancelstate.c
4,058
utf_8
d7bba3f753fadded49519e977d48d764
/* * pthread_setcancelstate.c * * Description: * POSIX thread functions related to thread cancellation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General P...
google
android
ptw32_rwlock_cancelwrwait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_cancelwrwait.c
1,904
utf_8
6857d656348cb622caa5a7375a770289
/* * ptw32_rwlock_cancelwrwait.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser ...
google
android
pthread_rwlock_timedrdlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_timedrdlock.c
3,112
utf_8
aea04063b96b1e97cb4178e5ae4bf104
/* * pthread_rwlock_timedrdlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser...
google
android
pthread_rwlockattr_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_init.c
2,609
utf_8
be6274c2920c9bc756e02c78b7372cb2
/* * pthread_rwlockattr_init.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Ge...
google
android
tsd
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/tsd.c
1,692
utf_8
01eed66c629073743369f3a0c80dfec0
/* * tsd.c * * Description: * POSIX thread functions which implement thread-specific data (TSD). * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public ...
google
android
pthread_attr_setschedparam
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c
2,074
utf_8
a2c000ea63acb17dbd4b574e8e82f7fb
/* * pthread_attr_setschedparam.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Ge...
google
android
pthread_equal
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_equal.c
2,544
utf_8
412f0fdd742080551066c88d45645b34
/* * pthread_equal.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General ...
google
android
pthread_barrierattr_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_init.c
2,671
utf_8
38483537085d300ab0151e9528b11778
/* * pthread_barrier_attr_init.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General ...
google
android
errno
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/errno.c
2,758
utf_8
a48b9beb7c806ebe5b3ae8d31ddce7c5
/* * errno.c * * Description: * This translation unit implements routines associated with spawning a new * thread. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Less...
google
android
pthread_attr_setschedpolicy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedpolicy.c
1,810
utf_8
f0337b4f0224fcb5a8afe8db3b18f60b
/* * pthread_attr_setschedpolicy.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser G...
google
android
sched_get_priority_min
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sched_get_priority_min.c
6,354
utf_8
eed67d59b766f6f41b507ab3fbc4cdcb
/* * sched_get_priority_min.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Genera...
google
android
sem_unlink
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_unlink.c
2,008
utf_8
80e63b47e07be12c09e2258e63b8b99e
/* * ------------------------------------------------------------- * * Module: sem_unlink.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- ...
google
android
pthread_rwlockattr_getpshared
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_getpshared.c
3,331
utf_8
205e520f06c057c8f5c5d6f89ebaeca1
/* * pthread_rwlockattr_getpshared.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Les...
google
android
pthread_exit
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_exit.c
3,252
utf_8
d584668ea079dca52be893d7e0035ee9
/* * pthread_exit.c * * Description: * This translation unit implements routines associated with exiting from * a thread. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the G...
google
android
signal
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/signal.c
5,207
utf_8
00e755fd5b5025e36f20945a594859a2
/* * signal.c * * Description: * Thread-aware signal functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * pthread_kill() asks the system ...
google
android
ptw32_throw
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_throw.c
4,645
utf_8
5ac55004ba9e39118744ad10822d4c8c
/* * ptw32_throw.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You shoul...
google
android
ptw32_tkAssocCreate
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c
3,968
utf_8
8735ba31b3ba7a7eb98edcd18de8471f
/* * ptw32_tkAssocCreate.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * Y...
google
android
ptw32_timespec
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_timespec.c
3,199
utf_8
7188301e9378cccbf770f820c8b0ef23
/* * ptw32_timespec.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You sh...
google
android
sem_trywait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c
3,553
utf_8
c4eebad957cc68c913c4cd811e8e5b2c
/* * ------------------------------------------------------------- * * Module: sem_trywait.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- ...
google
android
pthread_key_delete
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_delete.c
4,089
utf_8
6c231839601ddc80b57bf55fae325660
/* * pthread_key_delete.c * * Description: * POSIX thread functions which implement thread-specific data (TSD). * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser G...
google
android
private
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/private.c
2,061
utf_8
6acbbb189b132fddd782a5853de18da9
/* * private.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should ha...
google
android
pthread_mutexattr_getrobust
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getrobust.c
4,640
utf_8
273f5ef47b6fbf56d2a0093ea0ee5653
/* * pthread_mutexattr_getrobust.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the ...
google
android
pthread_cond_wait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c
16,879
utf_8
669583574f4ff190c3c7c0da3cc3af4b
/* * pthread_cond_wait.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GN...
google
android
ptw32_rwlock_check_need_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_rwlock_check_need_init.c
2,622
utf_8
5afacf0f984519a6ea48a49d1f869cf1
/* * pthread_rwlock_check_need_init.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Le...
google
android
ptw32_threadStart
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_threadStart.c
8,528
utf_8
337a844d8047a302e9d3f1a41647b8ab
/* * ptw32_threadStart.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You...
google
android
pthread_attr_setdetachstate
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setdetachstate.c
3,099
utf_8
0e8e667bfd462319911ea85947efd401
/* * pthread_attr_setdetachstate.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of t...
google
android
pthread_rwlockattr_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_destroy.c
2,669
utf_8
7b04d9b9f533a5091e9c9002e4379393
/* * pthread_rwlockattr_destroy.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser...
google
android
ptw32_tkAssocDestroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocDestroy.c
3,344
utf_8
9c1b547b0d600eabdb14373e1686be8a
/* * ptw32_tkAssocDestroy.c * * Description: * This translation unit implements routines which are private to * the implementation and may be used throughout it. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * ...
google
android
rwlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/rwlock.c
2,087
utf_8
529fdf670591ce990c2b61d448368bbd
/* * rwlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * ...
google
android
sem_post
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c
3,604
utf_8
9e3a5ab21013eeb640fee98923dab000
/* * ------------------------------------------------------------- * * Module: sem_post.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- * ...
google
android
pthread_setcanceltype
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setcanceltype.c
4,072
utf_8
77023c745649b80b81716ea08d8e4ee8
/* * pthread_setcanceltype.c * * Description: * POSIX thread functions related to thread cancellation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Pu...
google
android
pthread_detach
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c
4,205
utf_8
568a03dcbb26a7c2a12f2e37d34d4660
/* * pthread_detach.c * * Description: * This translation unit implements functions related to thread * synchronisation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GN...
google
android
pthread_attr_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c
3,559
utf_8
2e6040cfc683e811399cbd6c57bd464c
/* * pthread_attr_init.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Les...
google
android
pthread_attr_getstacksize
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstacksize.c
3,294
utf_8
ae77eb7b2c45079e4a5b2823cffc1309
/* * pthread_attr_getstacksize.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the...
google
android
pthread_spin_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_init.c
2,869
utf_8
f81726eedd7fca43d6d2ab2e4c2f6155
/* * pthread_spin_init.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public...
google
android
pthread_barrier_wait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_wait.c
3,527
utf_8
c554da3146bbeba17d42689b8e2f898c
/* * pthread_barrier_wait.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Publi...
google
android
pthread_cancel
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c
5,258
utf_8
a0969666f64973f3fbbd41ea5fc04790
/* * pthread_cancel.c * * Description: * POSIX thread functions related to thread cancellation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public *...
google
android
pthread_cond_signal
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c
6,717
utf_8
0e114b30bbb1679ba77533db1a10b1fb
/* * pthread_cond_signal.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the ...
google
android
pthread_spin_unlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_unlock.c
2,220
utf_8
c36140543953a62310e50571b08d9678
/* * pthread_spin_unlock.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Publ...
google
android
autostatic
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/autostatic.c
3,784
utf_8
276944263d1a02a0d8aa92d508ecff52
/* * autostatic.c * * Description: * This translation unit implements static auto-init and auto-exit logic. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Genera...
google
android
pthread_mutex_trylock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_trylock.c
4,523
utf_8
481613aff8bd18cb697e767bbc3ce613
/* * pthread_mutex_trylock.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Le...
google
android
pthread_rwlock_timedwrlock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_timedwrlock.c
3,691
utf_8
3b2d3d61c2ab781367a2f1509f046e71
/* * pthread_rwlock_timedwrlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser...
google
android
pthread_spin_lock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_lock.c
2,379
utf_8
7a0eca78b3faaaf6e331a5c7c73b552d
/* * pthread_spin_lock.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public...
google
android
sync
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sync.c
1,631
utf_8
c92ffc2c5e3db9d6cf177d9d7f3c5d9c
/* * sync.c * * Description: * This translation unit implements functions related to thread * synchronisation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser G...
google
android
pthread_spin_trylock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_trylock.c
2,347
utf_8
35875f886e3a5e0c02753753c6398768
/* * pthread_spin_trylock.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Pub...
google
android
pthread_mutexattr_getkind_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getkind_np.c
1,709
utf_8
2066dac4351db6bcf2d2ebb6bf090450
/* * pthread_mutexattr_getkind_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU L...
google
android
pthread_once
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_once.c
2,540
utf_8
19f97a3c85d35be649c171a44059c95a
/* * pthread_once.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General P...
google
android
pthread_win32_attach_detach_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_win32_attach_detach_np.c
6,976
utf_8
0dc95fa001a1c87f1ae441dbcf2925c1
/* * pthread_win32_attach_detach_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU...
google
android
pthread_getspecific
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getspecific.c
2,727
utf_8
8c8b08873b1113e21cfcc3e04230879c
/* * pthread_getspecific.c * * Description: * POSIX thread functions which implement thread-specific data (TSD). * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser ...
google
android
pthread_getw32threadhandle_np
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getw32threadhandle_np.c
2,140
utf_8
d7e6a7d9be4cf99bf372709eca6d0b7c
/* * pthread_getw32threadhandle_np.c * * Description: * This translation unit implements non-portable thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU ...
google
android
pthread_attr_getscope
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getscope.c
1,920
utf_8
b9fb1ca295576e95d3547cbaa0214a84
/* * pthread_attr_getscope.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU...
google
android
pthread_mutex_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_destroy.c
3,980
utf_8
89911a8e811989ca27857116f24313a6
/* * pthread_mutex_destroy.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Le...
google
android
pthread_barrier_destroy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_destroy.c
3,272
utf_8
30fac537408686a34986dd7e8f438aaa
/* * pthread_barrier_destroy.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Pu...
google
android
pthread_attr_getschedpolicy
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedpolicy.c
1,976
utf_8
f0fb647e0fcc515cfd1d5b4364bc494b
/* * pthread_attr_getschedpolicy.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser G...
google
android
ptw32_cond_check_need_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_cond_check_need_init.c
2,551
utf_8
738ff489581899b610b9193be09371d4
/* * ptw32_cond_check_need_init.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy ...
google
android
ptw32_MCS_lock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_MCS_lock.c
9,281
utf_8
1aa5d17994daeb48bc8ac110989e587f
/* * ptw32_MCS_lock.c * * Description: * This translation unit implements queue-based locks. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * ...
google
android
pthread_mutex_lock
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_lock.c
9,436
utf_8
4c5a04bebd2a2b3409624957863d3262
/* * pthread_mutex_lock.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesse...
google
android
pthread_mutexattr_gettype
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_gettype.c
1,842
utf_8
b11bb0d06acb40dfe08c5603e4f28c74
/* * pthread_mutexattr_gettype.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GN...
google
android
ptw32_mutex_check_need_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_mutex_check_need_init.c
3,228
utf_8
65a63faecc9af77d7c03b305f9d3ec42
/* * ptw32_mutex_check_need_init.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the ...
google
android
sem_close
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_close.c
2,000
utf_8
81eff83d74f149360ba24996bdc492be
/* * ------------------------------------------------------------- * * Module: sem_close.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- *...
google
android
pthread_self
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_self.c
4,117
utf_8
ca65da9f40dbb05c80babe7ba6fe8edc
/* * pthread_self.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General P...
google
android
pthread_getschedparam
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getschedparam.c
2,432
utf_8
62955e2301056930d5860b522ca79af3
/* * sched_getschedparam.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General P...
google
android
sem_open
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/sem_open.c
2,046
utf_8
fe57012020a553689995af0cd0c52852
/* * ------------------------------------------------------------- * * Module: sem_open.c * * Purpose: * Semaphores aren't actually part of the PThreads standard. * They are defined by the POSIX Standard: * * POSIX 1003.1b-1993 (POSIX.1b) * * ------------------------------------------------------------- * ...
google
android
ptw32_semwait
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c
3,866
utf_8
51053da3e8fe69a9447b10ee7b00f768
/* * ptw32_semwait.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser Gen...
google
android
barrier
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/barrier.c
1,824
utf_8
310183379e21bdc4edcd87df45bfee49
/* * barrier.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GNU Lesser General Public * 59 ...
google
android
pthread_cond_init
.c
platform/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c
4,174
utf_8
401d23bff941f6786aa79b0891fde803
/* * pthread_cond_init.c * * Description: * This translation unit implements condition variables and their primitives. * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * * You should have received a copy of the GN...